projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fe4c7b
)
scons: fix scons build to find generated glapitable.h
author
Brian Paul
<brianp@vmware.com>
Fri, 27 Oct 2017 21:14:45 +0000
(15:14 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 27 Oct 2017 22:26:26 +0000
(16:26 -0600)
Fixes: ea53d9a8eb5d4b2 "glapi: include generated headers without path"
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/mapi/glapi/SConscript
patch
|
blob
|
history
diff --git
a/src/mapi/glapi/SConscript
b/src/mapi/glapi/SConscript
index 994778a8fb95dee246c36437bb27bae8810b4ccf..08fed6c0d35e107d8d0ac38ec3975210004b8bb9 100644
(file)
--- a/
src/mapi/glapi/SConscript
+++ b/
src/mapi/glapi/SConscript
@@
-30,6
+30,7
@@
env.Append(CPPPATH = [
'#/src',
'#/src/mapi',
'#/src/mesa',
+ Dir('.'), # src/mapi/glapi build path
Dir('..'), # src/mapi build path
])