nvfx: Add include path to SCons build.
This commit is contained in:
@@ -2,6 +2,10 @@ Import('*')
|
||||
|
||||
env = env.Clone()
|
||||
|
||||
env.Append(CPPPATH = [
|
||||
'#/src/gallium/drivers',
|
||||
])
|
||||
|
||||
nvfx = env.ConvenienceLibrary(
|
||||
target = 'nvfx',
|
||||
source = [
|
||||
|
||||
Reference in New Issue
Block a user