summaryrefslogtreecommitdiff
path: root/drivers/gles2/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gles2/SCsub')
-rw-r--r--drivers/gles2/SCsub4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gles2/SCsub b/drivers/gles2/SCsub
index a17335b41b..89d7d86360 100644
--- a/drivers/gles2/SCsub
+++ b/drivers/gles2/SCsub
@@ -1,5 +1,7 @@
Import('env')
-env.add_source_files(env.drivers_sources,"*.cpp")
+env.add_source_files(env.drivers_sources, "*.cpp")
SConscript("shaders/SCsub")
+
+Export('env')