fix debug macros
This commit is contained in:
parent
66f8f4ba51
commit
84ed551ceb
2
wscript
2
wscript
@ -193,7 +193,7 @@ def define_platform(conf):
|
|||||||
'NO_X360_XDK'
|
'NO_X360_XDK'
|
||||||
])
|
])
|
||||||
|
|
||||||
if conf.options.DEBUG_ENGINE or conf.options.BUILD_TYPE == 'debug':
|
if conf.options.DEBUG_ENGINE:
|
||||||
conf.env.append_unique('DEFINES', [
|
conf.env.append_unique('DEFINES', [
|
||||||
'DEBUG', '_DEBUG'
|
'DEBUG', '_DEBUG'
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user