Skip to content

Commit

Permalink
wscript: fix .define call
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Oct 24, 2019
1 parent 6010d18 commit ccf8c0f
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 @@ -50,7 +50,7 @@ def configure(conf):
# conf.env.CXX11_MANDATORY = False
conf.load('fwgslib cxx11')
if not conf.env.HAVE_CXX11:
conf.define('MY_COMPILER_SUCKS')
conf.define('MY_COMPILER_SUCKS', 1)

conf.env.USE_STBTT = conf.options.USE_STBTT
conf.define('MAINUI_USE_CUSTOM_FONT_RENDER', 1)
Expand Down

0 comments on commit ccf8c0f

Please sign in to comment.