mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
egl: Fix missing Haiku include path
This commit is contained in:
parent
255a225265
commit
7cdd818d2a
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ env = env.Clone()
|
|||
|
||||
env.Append(CPPPATH = [
|
||||
'#/include',
|
||||
'#/include/HaikuGL',
|
||||
'#/src/egl/main',
|
||||
'#/src',
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue