Compile the updater as a universal 32/64bit binary on Mac

This commit is contained in:
Robert Knight 2011-08-23 16:46:09 +01:00
parent e294c35965
commit fe3fd4e05b

View file

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