mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-23 22:41:05 +01:00
Use cmake ranlib in speex
This commit is contained in:
parent
15713562a1
commit
bf0924823c
@ -26,7 +26,7 @@ if(NOT WIN32 AND USE_SPEEX)
|
||||
|
||||
file(MAKE_DIRECTORY ${SPEEX_BIN})
|
||||
add_custom_target(SPEEX_CONFIGURE
|
||||
COMMAND "${SPEEX_PATH}/configure" --enable-static --disable-shared --disable-binaries CC="${CMAKE_C_COMPILER}" AR="${CMAKE_AR}"
|
||||
COMMAND "${SPEEX_PATH}/configure" --enable-static --disable-shared --disable-binaries CC="${CMAKE_C_COMPILER}" AR="${CMAKE_AR}" RANLIB="${CMAKE_RANLIB}"
|
||||
DEPENDS ${SPEEX_PATH}/configure
|
||||
BYPRODUCTS ${SPEEX_BIN}/Makefile
|
||||
WORKING_DIRECTORY ${SPEEX_BIN}
|
||||
|
Loading…
Reference in New Issue
Block a user