From 4af8d48a9f389606c200cae04ce8a49ff4274a5a Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Mon, 7 Jun 2010 16:34:03 -0700 Subject: graw: Add gallium library to SCons build. Fixes MSVC SCons build. --- src/gallium/tests/graw/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/tests/graw') diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript index 7b900637cd..a40d66d4a1 100644 --- a/src/gallium/tests/graw/SConscript +++ b/src/gallium/tests/graw/SConscript @@ -9,7 +9,7 @@ except NameError: env = env.Clone() env.Prepend(LIBPATH = [graw.dir]) -env.Prepend(LIBS = ['graw']) +env.Prepend(LIBS = ['graw'] + gallium) progs = [ 'clear', -- cgit v1.2.3