summaryrefslogtreecommitdiff
path: root/platform/server
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-10-14 08:27:59 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-10-15 12:01:28 +0200
commit36738ddda4f732fff7bbfb7b4605a47a0bd7c045 (patch)
tree9b3a77f6d4872be2ec55fe9467c8fe24a9e582a3 /platform/server
parent249836e530f51cbb2f8692a479a35900c425fdd5 (diff)
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.
Diffstat (limited to 'platform/server')
-rw-r--r--platform/server/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/server/detect.py b/platform/server/detect.py
index e6fab2043b..543c88c5c2 100644
--- a/platform/server/detect.py
+++ b/platform/server/detect.py
@@ -27,7 +27,7 @@ def get_opts():
def get_flags():
return [
- ('builtin_zlib', 'no'),
+ ('builtin_zlib', 'no'),
]