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.

(cherry picked from commit 36738ddda4f732fff7bbfb7b4605a47a0bd7c045)
This commit is contained in:
Rémi Verschelde
2016-10-14 08:27:59 +02:00
parent 1687b8023a
commit 64d247674c

View File

@@ -24,7 +24,6 @@ def get_opts():
def get_flags():
return [
('builtin_zlib', 'no'),
('glew', 'yes'),
]
def configure(env):