diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-10-16 23:02:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-16 23:02:30 +0200 |
commit | 73cb001e4917cea0521a9417a9242f7c2cebcd38 (patch) | |
tree | b27f6f54ea16f798def5e652b54e73fdd0ee358f /platform/osx/detect.py | |
parent | 89132224a651c0e0d4121270f63decb9a678ff88 (diff) | |
parent | 4ffa8f224d8d57520bd4953d67291c83152cd5e5 (diff) |
Merge pull request #6848 from zaps166/x86_libtheora_opt
Theora: Don't compile unnecessary files, rename "x86_opt_*"
Diffstat (limited to 'platform/osx/detect.py')
-rw-r--r-- | platform/osx/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/detect.py b/platform/osx/detect.py index 8d8e882527..f8b2153aee 100644 --- a/platform/osx/detect.py +++ b/platform/osx/detect.py @@ -102,4 +102,4 @@ def configure(env): env.Append( BUILDERS = { 'GLSL120GLES' : env.Builder(action = methods.build_gles2_headers, suffix = 'glsl.h',src_suffix = '.glsl') } ) #env.Append( BUILDERS = { 'HLSL9' : env.Builder(action = methods.build_hlsl_dx9_headers, suffix = 'hlsl.h',src_suffix = '.hlsl') } ) - env["x86_opt_gcc"]=True + env["x86_libtheora_opt_gcc"]=True |