OSDN Git Service

graw: Add gallium library to SCons build.
authorVinson Lee <vlee@vmware.com>
Mon, 7 Jun 2010 23:34:03 +0000 (16:34 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 7 Jun 2010 23:34:03 +0000 (16:34 -0700)
Fixes MSVC SCons build.

src/gallium/tests/graw/SConscript

index 7b90063..a40d66d 100644 (file)
@@ -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',