diff options
Diffstat (limited to 'drivers/gles2/SCsub')
-rw-r--r-- | drivers/gles2/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gles2/SCsub b/drivers/gles2/SCsub index 9923e52c73..987ddcd16e 100644 --- a/drivers/gles2/SCsub +++ b/drivers/gles2/SCsub @@ -1,6 +1,6 @@ #!/usr/bin/env python -Import('env') +Import("env") env.add_source_files(env.drivers_sources, "*.cpp") |