summaryrefslogtreecommitdiff
path: root/drivers/gles2/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gles2/SCsub')
-rw-r--r--drivers/gles2/SCsub6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/gles2/SCsub b/drivers/gles2/SCsub
index a17335b41b..dedd794dba 100644
--- a/drivers/gles2/SCsub
+++ b/drivers/gles2/SCsub
@@ -1,5 +1,9 @@
+#!/usr/bin/env python
+
Import('env')
-env.add_source_files(env.drivers_sources,"*.cpp")
+env.add_source_files(env.drivers_sources, "*.cpp")
SConscript("shaders/SCsub")
+
+Export('env')