Hi Les,
Thanks for bringing this to our attention.
After comparing the scripts, it seems that the best short-term workaround is to add
Thanks,
roschuma
Thanks for bringing this to our attention.
After comparing the scripts, it seems that the best short-term workaround is to add
-arch x86_64
to line 140 of boost.sh:: $XCODE_ROOT/Toolchains/XcodeDefault.xctoolchain/usr/bin/$COMPILER -arch i386 -fvisibility-inlines-hidden $EXTRA_CPPFLAGS
becomes: $XCODE_ROOT/Toolchains/XcodeDefault.xctoolchain/usr/bin/$COMPILER -arch i386 -arch x86_64 -fvisibility-inlines-hidden $EXTRA_CPPFLAGS
I've copied this into a work item for tracking: https://casablanca.codeplex.com/workitem/196Thanks,
roschuma