OSX/buildbot: Fix 32bit compile by removing OSL/LLVM and add back UTF to Collada

- due OSL i386 never worked on OSX, the new libs do not even contain this arch !
- As we had to fix duplicated symbols from generic UTF finctions same in LLVM and COLLADA,
LLVM-less build must have UTF lib reenabled
This commit is contained in:
Jens Verwiebe 2014-07-28 21:03:42 +02:00
parent 6355e3a45d
commit e3e9cab149
1 changed files with 5 additions and 0 deletions

View File

@ -3,3 +3,8 @@ MACOSX_ARCHITECTURE = 'i386' # valid archs: ppc, i386, ppc64, x86_64
WITH_BF_CYCLES_CUDA_BINARIES = True
WITH_BF_CYCLES_OSL = False # OSL never worked on OSX 32bit !
WITH_BF_LLVM = False # no OSL -> no LLVM -> OpenCollada must have libUTF.a then !
BF_OPENCOLLADA_LIB = 'OpenCOLLADASaxFrameworkLoader OpenCOLLADAFramework OpenCOLLADABaseUtils OpenCOLLADAStreamWriter MathMLSolver GeneratedSaxParser xml2 buffer ftoa UTF'