Changeset View
Changeset View
Standalone View
Standalone View
SConstruct
| Context not available. | |||||
| else: | else: | ||||
| env['WITH_BF_LLVM'] = 0 | env['WITH_BF_LLVM'] = 0 | ||||
| env.Append(BF_PROGRAM_LINKFLAGS=['-L/usr/local/lib','-lembree.2']) | |||||
| if env['WITH_BF_LLVM'] == 0: | if env['WITH_BF_LLVM'] == 0: | ||||
| # Due duplicated generic UTF functions, we pull them either from LLVMSupport or COLLADA | # Due duplicated generic UTF functions, we pull them either from LLVMSupport or COLLADA | ||||
| env.Append(BF_OPENCOLLADA_LIB=' UTF') | env.Append(BF_OPENCOLLADA_LIB=' UTF') | ||||
| Context not available. | |||||