Dave,
On 20 June 2010 18:02, Dave Partyka <[email protected]> wrote:
> When configuring your build set CMAKE_OSX_ARCHITECTURES to both the
> architectures you wish to build. For example 'i386;ppc'. This will produce
> libraries/executables with both architectures embedded in them. You can
> check this by just running the 'file' command on any of the
> libraries/executables.
Thanks, the change worked like a charm:
http://code.google.com/p/synergy-plus/source/detail?r=649
Here's the new output:
home-ws-5:release-1.3.6 nick$ file bin/synergyc
bin/synergyc: Mach-O universal binary with 2 architectures
bin/synergyc (for architecture ppc7400): Mach-O executable ppc
bin/synergyc (for architecture i386): Mach-O executable i386
Nick
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake