nvfx: Add include path to SCons build.
authorVinson Lee <vlee@vmware.com>
Mon, 26 Apr 2010 05:50:23 +0000 (22:50 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 26 Apr 2010 05:51:14 +0000 (22:51 -0700)
src/gallium/drivers/nvfx/SConscript

index fac32dace4047e0b06968dc054da3f3ec6dad476..7c452acb8b9650e8b692eee8ac9658d2f3bdb6ea 100644 (file)
@@ -2,6 +2,10 @@ Import('*')
 
 env = env.Clone()
 
+env.Append(CPPPATH = [
+    '#/src/gallium/drivers',
+])
+
 nvfx = env.ConvenienceLibrary(
     target = 'nvfx',
     source = [