From b86e8562b1ddca2a8bc29f22a79451a041bf5293 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 3 Sep 2012 09:54:39 +0200 Subject: mesa xkeyboard-config git update 3 sep 2012 --- mesalib/scons/gallium.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesalib/scons/gallium.py') diff --git a/mesalib/scons/gallium.py b/mesalib/scons/gallium.py index 8fc17b3fa..1dd4e8187 100644 --- a/mesalib/scons/gallium.py +++ b/mesalib/scons/gallium.py @@ -498,7 +498,7 @@ def generate(env): # Default libs libs = [] - if env['platform'] in ('posix', 'linux', 'freebsd', 'darwin'): + if env['platform'] in ('darwin', 'freebsd', 'linux', 'posix', 'sunos'): libs += ['m', 'pthread', 'dl'] env.Append(LIBS = libs) -- cgit v1.2.3