From b172aebfdf288d3487876f7cb01c62582920d4c2 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 27 Jul 2010 18:13:47 -0700 Subject: scons: Fix sunos5 build. --- src/gallium/tests/graw/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/tests/graw') diff --git a/src/gallium/tests/graw/SConscript b/src/gallium/tests/graw/SConscript index 61121732e3..7e39ec21a4 100644 --- a/src/gallium/tests/graw/SConscript +++ b/src/gallium/tests/graw/SConscript @@ -11,6 +11,9 @@ env = env.Clone() env.Prepend(LIBPATH = [graw.dir]) env.Prepend(LIBS = ['graw'] + gallium) +if platform == 'sunos5': + env.Append(LIBS = ['m']) + progs = [ 'clear', 'tri', -- cgit v1.2.3