mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-01-22 23:41:10 +00:00
Compile the updater as a universal 32/64bit binary on Mac
This commit is contained in:
parent
e294c35965
commit
fe3fd4e05b
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ if (WIN32)
|
||||||
include_directories(external/zlib/)
|
include_directories(external/zlib/)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (APPLE)
|
||||||
|
set(CMAKE_OSX_ARCHITECTURES i386;x86_64)
|
||||||
|
endif()
|
||||||
|
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
||||||
add_subdirectory(external/AnyOption)
|
add_subdirectory(external/AnyOption)
|
||||||
add_subdirectory(external/minizip)
|
add_subdirectory(external/minizip)
|
||||||
|
|
Loading…
Reference in a new issue