From a4ffa25ee81b577564085923fed0fb4a33f90a9d Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Wed, 24 Feb 2021 19:40:25 +0000 Subject: [PATCH] scons: Add u_format_pack.h include path. Fixes MSVC SCons build. Part-of: --- src/util/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/SConscript b/src/util/SConscript index a4cbc2f..d76c018 100644 --- a/src/util/SConscript +++ b/src/util/SConscript @@ -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 ]) -- 2.7.4