mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-02-23 11:51:10 +00:00
disabled PulseAudio in static SDL build
This commit is contained in:
parent
fc8ab3399a
commit
a8016928c8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ elseif(UNIX)
|
||||||
# Build bundled SDL library
|
# Build bundled SDL library
|
||||||
#-----------------------------------------------------------------
|
#-----------------------------------------------------------------
|
||||||
add_custom_command(OUTPUT ${CMAKE_SOURCE_DIR}/libs/sdl/build/.libs/libSDL.a
|
add_custom_command(OUTPUT ${CMAKE_SOURCE_DIR}/libs/sdl/build/.libs/libSDL.a
|
||||||
COMMAND ${CROSS_COMPILE32_FLAGS} ./configure && make
|
COMMAND ${CROSS_COMPILE32_FLAGS} ./configure --disable-pulseaudio && make
|
||||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/libs/sdl
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/libs/sdl
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue