Browse Source

fix debug macros

pull/85/head
HappyDOGE 2 years ago
parent
commit
84ed551ceb
  1. 2
      wscript

2
wscript

@ -193,7 +193,7 @@ def define_platform(conf): @@ -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…
Cancel
Save