You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
glew: Split thirdparty files and isolate env
Not fully happy about the way this one interacts with the various platforms. Maybe the platform_config.h should be generated by the SCsub instead of passing a define just to know where is the header.
This commit is contained in:
@@ -24,7 +24,6 @@ def get_opts():
|
||||
def get_flags():
|
||||
return [
|
||||
('builtin_zlib', 'no'),
|
||||
('glew', 'yes'),
|
||||
]
|
||||
|
||||
def configure(env):
|
||||
|
||||
Reference in New Issue
Block a user