aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/detect.py
diff options
context:
space:
mode:
authorPoommetee Ketson2017-06-25 19:26:24 +0700
committerPoommetee Ketson2017-06-25 20:31:56 +0700
commit4a0dc529ce9d1dd35ffa9643351babb1fe0f12dc (patch)
tree3ec612cf9734b14f66685efbd49adf672a4ab467 /platform/javascript/detect.py
parent8d6445b8f3b878354996306ec68e5c35a689ba4a (diff)
downloadgodot-4a0dc529ce9d1dd35ffa9643351babb1fe0f12dc.tar.gz
godot-4a0dc529ce9d1dd35ffa9643351babb1fe0f12dc.tar.zst
godot-4a0dc529ce9d1dd35ffa9643351babb1fe0f12dc.zip
Diffstat (limited to 'platform/javascript/detect.py')
-rw-r--r--platform/javascript/detect.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/javascript/detect.py b/platform/javascript/detect.py
index 89f3fe091..1742e9722 100644
--- a/platform/javascript/detect.py
+++ b/platform/javascript/detect.py
@@ -99,7 +99,7 @@ def configure(env):
import methods
- env.Append(BUILDERS={'GLSL120': env.Builder(action=methods.build_legacygl_headers, suffix='glsl.h', src_suffix='.glsl')})
- env.Append(BUILDERS={'GLSL': env.Builder(action=methods.build_glsl_headers, suffix='glsl.h', src_suffix='.glsl')})
- 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.Append(BUILDERS={'GLSL120': env.Builder(action=methods.build_legacygl_headers, suffix='glsl.gen.h', src_suffix='.glsl')})
+ env.Append(BUILDERS={'GLSL': env.Builder(action=methods.build_glsl_headers, suffix='glsl.gen.h', src_suffix='.glsl')})
+ env.Append(BUILDERS={'GLSL120GLES': env.Builder(action=methods.build_gles2_headers, suffix='glsl.gen.h', src_suffix='.glsl')})
+ #env.Append( BUILDERS = { 'HLSL9' : env.Builder(action = methods.build_hlsl_dx9_headers, suffix = 'hlsl.gen.h',src_suffix = '.hlsl') } )