summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-27 18:13:47 -0700
committerVinson Lee <vlee@vmware.com>2010-07-27 18:13:47 -0700
commitb172aebfdf288d3487876f7cb01c62582920d4c2 (patch)
tree5c4d398646cf9fefa6b8cd9ac20b25b0608ea9ec /src/gallium/tests/graw
parent641c9adb09e8707f659d42be600d16902ebf8895 (diff)
scons: Fix sunos5 build.
Diffstat (limited to 'src/gallium/tests/graw')
-rw-r--r--src/gallium/tests/graw/SConscript3
1 files changed, 3 insertions, 0 deletions
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',