undoing previous COLLADA-related change, since it leads to incompatibilities with the older COLLADA DOM packages
parent
15c45c874a
commit
994cf718b4
|
@ -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], ['COLLADA_DOM_SUPPORT141', 1]])
|
env.Append(CPPDEFINES = [['MTS_HAS_COLLADA', 1]])
|
||||||
|
|
||||||
env.SConsignFile()
|
env.SConsignFile()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue