mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 16:28:08 +02:00
util: fix SCons build
after register_allocate.c was moved to util/ directory.
This commit is contained in:
parent
9dbfca10a3
commit
e8ea783d79
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ env = env.Clone()
|
|||
|
||||
env.Prepend(CPPPATH = [
|
||||
'#include',
|
||||
'#src',
|
||||
'#src/mapi',
|
||||
'#src/mesa',
|
||||
'#src/util',
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue