mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 15:22:09 +02:00
Update SetPackagingParameters.cmake
Try to fix Apple builds.
This commit is contained in:
parent
c9ab2a686f
commit
fe3f006953
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ macro(SET_PACKAGING_PARAMETERS)
|
|||
if (CLIENT_ONLY)
|
||||
set(CONSOLE_EXEC_NAME "Console.app")
|
||||
else ()
|
||||
set(CONSOLE_EXEC_NAME "Server.app")
|
||||
set(CONSOLE_EXEC_NAME "Sandbox.app")
|
||||
endif()
|
||||
set(CONSOLE_INSTALL_APP_PATH "${CONSOLE_INSTALL_DIR}/${CONSOLE_EXEC_NAME}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue