From 974cf6d8427b7a568b9f0ada6db6e0bb2014dbc0 Mon Sep 17 00:00:00 2001 From: Er2 Date: Sat, 13 May 2023 21:22:15 +0300 Subject: [PATCH] fix togl when no gl lol --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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