Re: Building "universal" binaries for MacOS
rmi...@...
I am working on a patch right now but it looks like you may be able to use CMAKE_TOOLCHAIN_FILE in the meantime. You would make a file Toolchain-osx-fat.cmake with: SET(CMAKE_OSX_ARCHITECTURES x86_64 i386) Then use the flag -DCMAKE_TOOLCHAIN_FILE=<path to file>/Toolchain-osx-fat.cmake where <path to file> is the full path to Toolchain-osx-fat.cmake I am currently not in a position to test this. Please tell me if it works. On Monday, May 26, 2014 2:12:58 PM UTC-7, Andrea Mantler wrote:
|
|