util: fix SCons build
after register_allocate.c was moved to util/ directory.
This commit is contained in:
@@ -8,6 +8,9 @@ env = env.Clone()
|
||||
|
||||
env.Prepend(CPPPATH = [
|
||||
'#include',
|
||||
'#src',
|
||||
'#src/mapi',
|
||||
'#src/mesa',
|
||||
'#src/util',
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user