mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
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
Reference in a new issue