summaryrefslogtreecommitdiff
path: root/src/gallium/tests
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-06-07 16:34:03 -0700
committerVinson Lee <vlee@vmware.com>2010-06-07 16:34:03 -0700
commit4af8d48a9f389606c200cae04ce8a49ff4274a5a (patch)
treeb8f833518ffc556d9892ab2fa9a7949e102fabd8 /src/gallium/tests
parentc1d91c490120b11fd1522b94d338e70fb38a82fb (diff)
graw: Add gallium library to SCons build.
Fixes MSVC SCons build.
Diffstat (limited to 'src/gallium/tests')
-rw-r--r--src/gallium/tests/graw/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript
index 7b900637cd5..a40d66d4a1d 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',