diff --git a/wscript b/wscript index 261c68d5..bb2fdf02 100644 --- a/wscript +++ b/wscript @@ -193,7 +193,7 @@ def define_platform(conf): 'GL_GLEXT_PROTOTYPES', 'BINK_VIDEO' ]) - conf.env.targets += ['togles' if conf.env.TOGLES else 'togl'] + conf.env.targets += ['togles' if conf.env.TOGLES else 'togl'] if conf.options.SDL: conf.env.SDL = True