mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-26 07:00:31 +01:00
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:
parent
1fe4c7b2af
commit
05592cebd4
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ env.Append(CPPPATH = [
|
|||
'#/src',
|
||||
'#/src/mapi',
|
||||
'#/src/mesa',
|
||||
Dir('.'), # src/mapi/glapi build path
|
||||
Dir('..'), # src/mapi build path
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue