diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-02-22 19:14:21 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-02-22 19:14:21 -0300 |
commit | ffcd9542114cc984f5ecacf82990b9be6e4b1725 (patch) | |
tree | e6e8e26fbc9a0e478c1af3e29f43905f35ba4981 /platform/javascript/detect.py | |
parent | 2c88f4d4b54dd106a2a4611109ebe8896c44aa43 (diff) | |
download | redot-engine-ffcd9542114cc984f5ecacf82990b9be6e4b1725.tar.gz |
Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not work though
Diffstat (limited to 'platform/javascript/detect.py')
-rw-r--r-- | platform/javascript/detect.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/javascript/detect.py b/platform/javascript/detect.py index a8bdb0a4f9..799b550899 100644 --- a/platform/javascript/detect.py +++ b/platform/javascript/detect.py @@ -86,7 +86,6 @@ def configure(env): env.Append(CPPFLAGS=["-fno-exceptions", '-DNO_SAFE_CAST', '-fno-rtti']) env.Append(CPPFLAGS=['-DJAVASCRIPT_ENABLED', '-DUNIX_ENABLED', '-DPTHREAD_NO_RENAME', '-DNO_FCNTL', '-DMPC_FIXED_POINT', '-DTYPED_METHOD_BIND', '-DNO_THREADS']) env.Append(CPPFLAGS=['-DGLES3_ENABLED']) - env.Append(CPPFLAGS=['-DGLES_NO_CLIENT_ARRAYS']) if env['wasm'] == 'yes': env.Append(LINKFLAGS=['-s', 'BINARYEN=1']) |