mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 23:10:10 +01:00
Merge pull request #1157 from KatieFrogs/fix-audacious
Cmake: Fix building Audacious plugin
This commit is contained in:
commit
626a897e50
@ -26,7 +26,7 @@ if(NOT WIN32 AND USE_SPEEX)
|
|||||||
|
|
||||||
file(MAKE_DIRECTORY ${SPEEX_BIN})
|
file(MAKE_DIRECTORY ${SPEEX_BIN})
|
||||||
add_custom_target(SPEEX_CONFIGURE
|
add_custom_target(SPEEX_CONFIGURE
|
||||||
COMMAND "${SPEEX_PATH}/configure" --enable-static --disable-shared --disable-binaries CC="${CMAKE_C_COMPILER}" AR="${CMAKE_AR}" RANLIB="${CMAKE_RANLIB}"
|
COMMAND "${SPEEX_PATH}/configure" --enable-static --disable-shared --disable-binaries --with-pic CC="${CMAKE_C_COMPILER}" AR="${CMAKE_AR}" RANLIB="${CMAKE_RANLIB}"
|
||||||
DEPENDS ${SPEEX_PATH}/configure
|
DEPENDS ${SPEEX_PATH}/configure
|
||||||
BYPRODUCTS ${SPEEX_BIN}/Makefile
|
BYPRODUCTS ${SPEEX_BIN}/Makefile
|
||||||
WORKING_DIRECTORY ${SPEEX_BIN}
|
WORKING_DIRECTORY ${SPEEX_BIN}
|
||||||
|
Loading…
Reference in New Issue
Block a user