mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-23 03:15:58 -04:00
Merge branch 'ui' of https://github.com/geode-sdk/geode into ui
This commit is contained in:
commit
f5b7c9d31a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ if (NOT EXISTS ${GEODE_BIN_PATH})
|
|||
make_directory(${GEODE_BIN_PATH})
|
||||
endif()
|
||||
|
||||
if (GEODE_LINK_SOURCE)
|
||||
if (GEODE_LINK_NIGHTLY)
|
||||
set(GEODE_PLATFORM_BIN_PATH ${GEODE_BIN_PATH}/nightly/${GEODE_PLATFORM_BINARY})
|
||||
else()
|
||||
set(GEODE_PLATFORM_BIN_PATH ${GEODE_BIN_PATH}/${PROJECT_VERSION}/${GEODE_PLATFORM_BINARY})
|
||||
|
|
Loading…
Reference in a new issue