fix togl when no gl lol

This commit is contained in:
Er2 2023-05-13 21:22:15 +03:00
parent d4ca49ff1a
commit 974cf6d842

View File

@ -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