mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-10 06:31:49 +00:00
Add a note about universal builds on Mac OS X
This commit is contained in:
parent
2f89332824
commit
e2d3acf850
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ include_directories(external/win32cpp/include)
|
|||
endif()
|
||||
|
||||
if (APPLE)
|
||||
# Build the updater as a dual 32/64bit binary. If only one architecture
|
||||
# is required, removing the other architecture will reduce the size
|
||||
# of the updater binary
|
||||
set(CMAKE_OSX_ARCHITECTURES i386;x86_64)
|
||||
|
||||
# Build the updater so that it works on OS X 10.5 and above.
|
||||
|
|
Loading…
Reference in a new issue