mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2025-04-09 07:52:04 +00:00
target name typo
This commit is contained in:
parent
de6309eca2
commit
9e5a11eace
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ set(LIBS_DOWNLOAD_DIR ${PROJECT_BINARY_DIR}/downloads/pgk)
|
|||
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_OPENAL OR BUNDLED_LUA))
|
||||
if (UNIX AND (BUNDLED_OGG_VORBIS OR BUNDLED_OPENSSL OR BUNDLED_LUA))
|
||||
find_program(MAKE NAMES gmake make mingw32-make REQUIRED)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue