diff options
Diffstat (limited to 'src/compiler/SConscript.glsl')
-rw-r--r-- | src/compiler/SConscript.glsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/SConscript.glsl b/src/compiler/SConscript.glsl index 43a11d1..73abaf1 100644 --- a/src/compiler/SConscript.glsl +++ b/src/compiler/SConscript.glsl @@ -51,7 +51,7 @@ glsl_sources = [ glcpp_parser[0], glsl_lexer, glsl_parser[0], -] +] # parse Makefile.sources source_lists = env.ParseSourceList('Makefile.sources') |