[Mesa-dev] [PATCH] scons: fix scons build to find generated glapitable.h

Brian Paul brianp at vmware.com
Fri Oct 27 21:16:47 UTC 2017


Fixes: ea53d9a8eb5d4b2 "glapi: include generated headers without path"
---
 src/mapi/glapi/SConscript | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mapi/glapi/SConscript b/src/mapi/glapi/SConscript
index 994778a..08fed6c 100644
--- 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
 ])
 
-- 
1.9.1



More information about the mesa-dev mailing list