graw: Add gallium library to SCons build.

Fixes MSVC SCons build.
This commit is contained in:
Vinson Lee 2010-06-07 16:34:03 -07:00
parent c1d91c4901
commit 4af8d48a9f

View 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',