Module: Mesa Branch: master Commit: 4af8d48a9f389606c200cae04ce8a49ff4274a5a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4af8d48a9f389606c200cae04ce8a49ff4274a5a
Author: Vinson Lee <[email protected]> Date: Mon Jun 7 16:34:03 2010 -0700 graw: Add gallium library to SCons build. Fixes MSVC SCons build. --- src/gallium/tests/graw/SConscript | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript index 7b90063..a40d66d 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', _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
