summaryrefslogtreecommitdiff
path: root/drivers/gles3/SCsub
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 /drivers/gles3/SCsub
parenta2e4b80ff5649504ed4bdc4b4c7f39c19ae6db6a (diff)
BuildSystem: generated files have .gen.extension
Diffstat (limited to 'drivers/gles3/SCsub')
-rw-r--r--drivers/gles3/SCsub2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gles3/SCsub b/drivers/gles3/SCsub
index a17335b41b..2471dd3739 100644
--- a/drivers/gles3/SCsub
+++ b/drivers/gles3/SCsub
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
Import('env')
env.add_source_files(env.drivers_sources,"*.cpp")