diff options
author | Jose Fonseca <[email protected]> | 2016-04-13 18:19:52 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-04-14 16:38:59 +0100 |
commit | ffcc00ce309e5b4d279d24b2a85d23904d721a9a (patch) | |
tree | 5ce624a840603995b3eb5a482cdd19bf3ee04805 /src/compiler/SConscript | |
parent | feb6732e8055f17008077c7505f4cd343380116d (diff) |
scons: Build NIR.
Emil Velikov:
- Attribute the src/{glsl,compiler}/nir move
- Flesh out to separate SConscript
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/compiler/SConscript')
-rw-r--r-- | src/compiler/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/SConscript b/src/compiler/SConscript index 8969d821984..10c79c44348 100644 --- a/src/compiler/SConscript +++ b/src/compiler/SConscript @@ -22,3 +22,4 @@ compiler = env.ConvenienceLibrary( Export('compiler') SConscript('SConscript.glsl') +SConscript('SConscript.nir') |