diff options
author | Brian Paul <[email protected]> | 2014-09-23 16:31:57 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-09-23 16:33:17 -0600 |
commit | e8ea783d794892f4191a90600666d2507f9dfbb0 (patch) | |
tree | 9192fd7922b8598672d6260e328b0ea44b7462ca /src/util | |
parent | 9dbfca10a306fe5ae5b81845cb8f4d16022d6790 (diff) |
util: fix SCons build
after register_allocate.c was moved to util/ directory.
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/SConscript | 3 |
1 files changed, 3 insertions, 0 deletions
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', ]) |