mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 05:37:36 -05:00
Merge pull request #4388 from ligfx/portaudio_static
CMake: build PortAudio as static library
This commit is contained in:
@@ -274,7 +274,7 @@ if(HIDAPI_FOUND)
|
||||
endif(HIDAPI_FOUND)
|
||||
|
||||
if(PORTAUDIO_FOUND)
|
||||
set(LIBS ${LIBS} portaudio)
|
||||
set(LIBS ${LIBS} ${PORTAUDIO_LIBRARIES})
|
||||
endif(PORTAUDIO_FOUND)
|
||||
|
||||
if(OPROFILE_FOUND)
|
||||
|
||||
Reference in New Issue
Block a user