mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-01-22 15:31:08 +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/)
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
set(CMAKE_OSX_ARCHITECTURES i386;x86_64)
|
||||
endif()
|
||||
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(external/AnyOption)
|
||||
add_subdirectory(external/minizip)
|
||||
|
|
Loading…
Reference in a new issue