mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-30 00:34:17 +00:00
fix togl when no gl lol
This commit is contained in:
parent
d4ca49ff1a
commit
974cf6d842
2
wscript
2
wscript
@ -193,7 +193,7 @@ def define_platform(conf):
|
|||||||
'GL_GLEXT_PROTOTYPES',
|
'GL_GLEXT_PROTOTYPES',
|
||||||
'BINK_VIDEO'
|
'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:
|
if conf.options.SDL:
|
||||||
conf.env.SDL = True
|
conf.env.SDL = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user