diff options
Diffstat (limited to 'src/compiler/SConscript.nir')
-rw-r--r-- | src/compiler/SConscript.nir | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/SConscript.nir b/src/compiler/SConscript.nir index 51cc0d403fd..3c685a2dc5f 100644 --- a/src/compiler/SConscript.nir +++ b/src/compiler/SConscript.nir @@ -19,6 +19,7 @@ env.Prepend(CPPPATH = [ ]) # Make generated headers reachable from the include path. +env.Prepend(CPPPATH = [Dir('.').abspath, Dir('glsl').abspath]) env.Prepend(CPPPATH = [Dir('.').abspath, Dir('nir').abspath]) # nir generated sources |