scons: Add u_format_pack.h include path.
Fixes MSVC SCons build. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9263>
This commit is contained in:
@@ -17,6 +17,7 @@ env.Prepend(CPPPATH = [
|
|||||||
'#src/gallium/auxiliary',
|
'#src/gallium/auxiliary',
|
||||||
'#src/util',
|
'#src/util',
|
||||||
'#src/util/format',
|
'#src/util/format',
|
||||||
|
env.Dir('..'), # Build path corresponding to src
|
||||||
env.Dir('format'), # Build path corresponding to src/util/format
|
env.Dir('format'), # Build path corresponding to src/util/format
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user