build script for macos now uses cmake
This commit is contained in:
parent
1335c94bbc
commit
56b9972053
2 changed files with 7 additions and 4 deletions
|
@ -163,6 +163,7 @@ if(WIN32)
|
|||
endif()
|
||||
|
||||
if(APPLE)
|
||||
set(CMAKE_OSX_ARCHITECTURES "x86_64" CACHE INTERNAL "" FORCE)
|
||||
|
||||
if(NOT BUILD_OSX_APP_IDENTIFIER)
|
||||
set(BUILD_OSX_APP_IDENTIFIER org.amnezia.AmneziaVPN CACHE STRING "OSX Application identifier")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue