summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorPoommetee Ketson <poommetee@protonmail.com>2017-06-23 22:03:41 +0700
committerPoommetee Ketson <poommetee@protonmail.com>2017-06-25 07:55:01 +0700
commite3998528e021d2722b40bc1bcda809baaa2cce3b (patch)
tree5484259368bf73d1b429533fa36917c1f1030e67 /SConstruct
parenta2e4b80ff5649504ed4bdc4b4c7f39c19ae6db6a (diff)
downloadredot-engine-e3998528e021d2722b40bc1bcda809baaa2cce3b.tar.gz
BuildSystem: generated files have .gen.extension
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 11cd95464d..e745d7bb15 100644
--- a/SConstruct
+++ b/SConstruct
@@ -377,7 +377,7 @@ if selected_platform in platform_list:
methods.no_verbose(sys, env)
if (True): # FIXME: detect GLES3
- env.Append( BUILDERS = { 'GLES3_GLSL' : env.Builder(action = methods.build_gles3_headers, suffix = 'glsl.h',src_suffix = '.glsl') } )
+ env.Append( BUILDERS = { 'GLES3_GLSL' : env.Builder(action = methods.build_gles3_headers, suffix = 'glsl.gen.h',src_suffix = '.glsl') } )
Export('env')