Skip to content

Commit

Permalink
fix debug macros
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyDOGE committed Jul 28, 2022
1 parent 66f8f4b commit 84ed551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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'
])
Expand Down

0 comments on commit 84ed551

Please sign in to comment.