projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dbfca1
)
util: fix SCons build
author
Brian Paul
<brianp@vmware.com>
Tue, 23 Sep 2014 22:31:57 +0000
(16:31 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 23 Sep 2014 22:33:17 +0000
(16:33 -0600)
after register_allocate.c was moved to util/ directory.
src/util/SConscript
patch
|
blob
|
history
diff --git
a/src/util/SConscript
b/src/util/SConscript
index 84803c016d936ffa9bb2d1aaa025c1fa0a69f213..ade1d6c6cfdd52d7fbf584e8ce3fe02ab43747f7 100644
(file)
--- a/
src/util/SConscript
+++ b/
src/util/SConscript
@@
-8,6
+8,9
@@
env = env.Clone()
env.Prepend(CPPPATH = [
'#include',
+ '#src',
+ '#src/mapi',
+ '#src/mesa',
'#src/util',
])