diff options
| author | Fabio Alessandrelli | 2017-12-26 20:36:18 +0100 |
|---|---|---|
| committer | K. S. Ernest (iFire) Lee | 2018-02-15 07:34:11 -0800 |
| commit | 8699f643c9b02bc804024f0b67dea80467bef91d (patch) | |
| tree | 4203fe34021f2f7dda8a6235e5a748a5fd2dfa0a /SConstruct | |
| parent | c0dce6e4800c1b0e7f6124020afaf6a8edbee1e5 (diff) | |
| download | godot-8699f643c9b02bc804024f0b67dea80467bef91d.tar.gz godot-8699f643c9b02bc804024f0b67dea80467bef91d.tar.zst godot-8699f643c9b02bc804024f0b67dea80467bef91d.zip | |
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index fc0920d55..b8d342769 100644 --- a/SConstruct +++ b/SConstruct @@ -445,7 +445,7 @@ if selected_platform in platform_list: if not env['verbose']: methods.no_verbose(sys, env) - if (True): # FIXME: detect GLES3 + if (not env["platform"] == "server"): # FIXME: detect GLES3 env.Append( BUILDERS = { 'GLES3_GLSL' : env.Builder(action = methods.build_gles3_headers, suffix = 'glsl.gen.h',src_suffix = '.glsl') } ) scons_cache_path = os.environ.get("SCONS_CACHE") |
