From e8ea783d794892f4191a90600666d2507f9dfbb0 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 23 Sep 2014 16:31:57 -0600 Subject: [PATCH] util: fix SCons build after register_allocate.c was moved to util/ directory. --- src/util/SConscript | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util/SConscript b/src/util/SConscript index 84803c016d9..ade1d6c6cfd 100644 --- a/src/util/SConscript +++ b/src/util/SConscript @@ -8,6 +8,9 @@ env = env.Clone() env.Prepend(CPPPATH = [ '#include', + '#src', + '#src/mapi', + '#src/mesa', '#src/util', ]) -- 2.30.2