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:
Jose Fonseca
2021-02-24 19:40:25 +00:00
committed by Marge Bot
parent a6c72af908
commit a4ffa25ee8

View File

@@ -17,6 +17,7 @@ env.Prepend(CPPPATH = [
'#src/gallium/auxiliary',
'#src/util',
'#src/util/format',
env.Dir('..'), # Build path corresponding to src
env.Dir('format'), # Build path corresponding to src/util/format
])