nvfx: Add include path to SCons build.

This commit is contained in:
Vinson Lee
2010-04-25 22:50:23 -07:00
parent 671f1e1229
commit 310ec9a17c
+4
View File
@@ -2,6 +2,10 @@ Import('*')
env = env.Clone()
env.Append(CPPPATH = [
'#/src/gallium/drivers',
])
nvfx = env.ConvenienceLibrary(
target = 'nvfx',
source = [