nvfx: Add include path to SCons build.
This commit is contained in:
parent
671f1e1229
commit
310ec9a17c
1 changed files with 4 additions and 0 deletions
|
|
@ -2,6 +2,10 @@ Import('*')
|
|||
|
||||
env = env.Clone()
|
||||
|
||||
env.Append(CPPPATH = [
|
||||
'#/src/gallium/drivers',
|
||||
])
|
||||
|
||||
nvfx = env.ConvenienceLibrary(
|
||||
target = 'nvfx',
|
||||
source = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue