intel compiler-related fixes, added a flag so that Mitsuba works with recent COLLADA DOM builds

metadata
Wenzel Jakob 2013-01-04 09:06:39 -05:00
parent fd85716e21
commit 15c45c874a
1 changed files with 3 additions and 3 deletions

View File

@ -374,7 +374,7 @@ env.__class__.ConfigureForObjectiveCPP = configure_for_objective_cpp
env.__class__.RelaxCompilerSettings = relax_compiler_settings env.__class__.RelaxCompilerSettings = relax_compiler_settings
if hasCollada: if hasCollada:
env.Append(CPPDEFINES = [['MTS_HAS_COLLADA', 1]] ) env.Append(CPPDEFINES = [['MTS_HAS_COLLADA', 1], ['COLLADA_DOM_SUPPORT141', 1]])
env.SConsignFile() env.SConsignFile()