scons: fix scons build to find generated glapitable.h
Fixes: ea53d9a8eb "glapi: include generated headers without path"
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
@@ -30,6 +30,7 @@ env.Append(CPPPATH = [
|
||||
'#/src',
|
||||
'#/src/mapi',
|
||||
'#/src/mesa',
|
||||
Dir('.'), # src/mapi/glapi build path
|
||||
Dir('..'), # src/mapi build path
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user