diff options
author | Emil Velikov <[email protected]> | 2016-04-05 14:05:19 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-04-11 19:08:23 +0100 |
commit | abf7088eb7674e78541b4585e468cc6de7735b8c (patch) | |
tree | 4b68c67fc82313d9f461bb8d52dd611845e0c8dc /src/compiler/SConscript | |
parent | 594e8685559215833a3da751314b0b606c3fa65f (diff) |
glsl: move the scons build script a level up
It will allow us to remove the duplicate glsl/Makefile.sources.
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/compiler/SConscript')
-rw-r--r-- | src/compiler/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/SConscript b/src/compiler/SConscript index 8d71b82bee0..8969d821984 100644 --- a/src/compiler/SConscript +++ b/src/compiler/SConscript @@ -21,4 +21,4 @@ compiler = env.ConvenienceLibrary( ) Export('compiler') -SConscript('glsl/SConscript') +SConscript('SConscript.glsl') |