mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Fix static linking with libpulse and shm
This commit is contained in:
parent
428c84a29e
commit
806645251d
@ -224,7 +224,7 @@ if ("${STATIC_BUILD}")
|
||||
if (BUILD_LINUX)
|
||||
list (APPEND planetblupi_DEPS
|
||||
${ALSA_STATIC_LIBRARIES}
|
||||
${PULSE_STATIC_LIBRARIES}
|
||||
${PULSE_STATIC_LIBRARIES} -lrt
|
||||
)
|
||||
set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -L${CMAKE_INSTALL_PREFIX}/lib/pulseaudio")
|
||||
endif ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user