mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-04-09 16:05:00 +00:00
flags variable name was wrong
This commit is contained in:
parent
2a7a2eb71a
commit
5b1c1a7414
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ set(LIBS_DOWNLOAD_SRC_DIR ${PROJECT_BINARY_DIR}/downloads/src)
|
|||
|
||||
# keep this check in sync with the external libs build commands
|
||||
if (UNIX AND (BUNDLED_OGG_VORBIS OR BUNDLED_OPENSSL OR BUNDLED_LUA))
|
||||
find_program(MAKE NAMES gmake make mingw32-make REQUIRED)
|
||||
find_program(MAKE NAMES make gmake mingw32-make REQUIRED)
|
||||
endif()
|
||||
|
||||
# note/FIXME/clarify:
|
||||
|
@ -898,7 +898,7 @@ if(BUNDLED_LUA AND BUILD_MOD)
|
|||
URL "${CMAKE_CURRENT_LIST_DIR}/lua"
|
||||
BUILD_BYPRODUCTS ${LUA_BUNDLED_LIBRARIES}
|
||||
CONFIGURE_COMMAND ${MAKE} -C <SOURCE_DIR> clean
|
||||
BUILD_COMMAND ${CROSS_COMPILE32_FLAGS} ${MAKE} -C <SOURCE_DIR> ${LUA_MAKE_TARGET}
|
||||
BUILD_COMMAND ${LIBS_COMPILE_FLAGS} ${MAKE} -C <SOURCE_DIR> ${LUA_MAKE_TARGET}
|
||||
INSTALL_COMMAND ${MAKE} -C <SOURCE_DIR> "INSTALL_TOP=<INSTALL_DIR>" install
|
||||
BUILD_IN_SOURCE 1
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue