diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-11-25 00:28:03 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-11-25 00:28:03 -0300 |
commit | b987d2113b491a4427310e23408c9a31a4f369e4 (patch) | |
tree | 2aee7bc6cdeafe08f93d5ad6dd1c4fd4831a52c1 /platform/osx/detect.py | |
parent | 082e3fbb2920340cec7e7b1a3f39083325b4b341 (diff) | |
download | redot-engine-b987d2113b491a4427310e23408c9a31a4f369e4.tar.gz |
0theora compilation fixes
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 22cee0527e..f7cf5111f5 100644 --- a/platform/osx/detect.py +++ b/platform/osx/detect.py @@ -116,4 +116,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 |