scons: fix OSMesa driver build
Fixes: ea53d9a8eb "glapi: include generated headers without path"
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
@@ -7,6 +7,7 @@ env.Prepend(CPPPATH = [
|
||||
'#src/mapi',
|
||||
'#src/mesa',
|
||||
Dir('../../../mapi'), # src/mapi build path for python-generated GL API files/headers
|
||||
Dir('../../../mapi/glapi'), # src/mapi/glapi build path
|
||||
])
|
||||
|
||||
env.Prepend(LIBS = [
|
||||
|
||||
Reference in New Issue
Block a user