fix debug macros

This commit is contained in:
HappyDOGE 2022-07-28 19:18:14 +03:00
parent 66f8f4ba51
commit 84ed551ceb

View File

@ -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'
])