fix debug macros
This commit is contained in:
parent
6afb084f14
commit
75be5912db
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -193,7 +193,7 @@ def define_platform(conf):
|
|||
'NO_X360_XDK'
|
||||
])
|
||||
|
||||
if conf.options.DEBUG_ENGINE or conf.options.BUILD_TYPE == 'debug':
|
||||
if conf.options.DEBUG_ENGINE:
|
||||
conf.env.append_unique('DEFINES', [
|
||||
'DEBUG', '_DEBUG'
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue