mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
nightly defaultism
This commit is contained in:
parent
77bd2743d4
commit
1b456ceb4c
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@ if (NOT EXISTS ${GEODE_BIN_PATH})
|
|||
make_directory(${GEODE_BIN_PATH})
|
||||
endif()
|
||||
|
||||
if (NOT EXISTS ${GEODE_BIN_PATH}/${PROJECT_VERSION} AND EXISTS ${GEODE_BIN_PATH}/nightly/)
|
||||
set(GEODE_LINK_NIGHTLY 1)
|
||||
endif()
|
||||
|
||||
if (${GEODE_LINK_NIGHTLY})
|
||||
set(GEODE_PLATFORM_BIN_PATH ${GEODE_BIN_PATH}/nightly/${GEODE_PLATFORM_BINARY})
|
||||
else()
|
||||
|
|
Loading…
Reference in a new issue