mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
fix cmake hacks
This commit is contained in:
@ -23,8 +23,7 @@ endif(OPENAL_FOUND)
|
||||
|
||||
if(PULSEAUDIO_FOUND)
|
||||
set(SRCS ${SRCS} Src/PulseAudioStream.cpp)
|
||||
# TODO: remove hacks
|
||||
set(LIBS ${LIBS} ${PULSEAUDIO_LIBRARIES} pulse-simple)
|
||||
set(LIBS ${LIBS} ${PULSEAUDIO_LIBRARIES})
|
||||
endif(PULSEAUDIO_FOUND)
|
||||
|
||||
if(WIN32)
|
||||
|
Reference in New Issue
Block a user