Add a note about universal builds on Mac OS X

This commit is contained in:
Robert Knight 2011-09-02 14:16:47 +01:00
parent 2f89332824
commit e2d3acf850

View file

@ -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.