diff --git a/SConstruct b/SConstruct index de3f6ea5c33f3457bfbacdccfe3bcb6cca4f76e3..3a4ff9a3fac94a8314d247cffb7316b178e3772c 100644 --- a/SConstruct +++ b/SConstruct @@ -113,8 +113,10 @@ if env['llvm'] and 'llvmpipe' not in env['drivers']: env['drivers'].append('llvmpipe') # Includes -env.Append(CPPPATH = [ +env.Prepend(CPPPATH = [ '#/include', +]) +env.Append(CPPPATH = [ '#/src/gallium/include', '#/src/gallium/auxiliary', '#/src/gallium/drivers',