From 6047c89a2309f09a738912280e49db54ba2b2b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 11 Mar 2010 16:50:37 +0000 Subject: scons: Don't always link expat. Only needed for DRI. Should be linked in DRI specific subdirectories. --- SConstruct | 1 - 1 file changed, 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 5d44b6e..f32e62f 100644 --- a/SConstruct +++ b/SConstruct @@ -164,7 +164,6 @@ if platform in ('posix', 'linux', 'freebsd', 'darwin'): env.Append(LIBS = [ 'm', 'pthread', - 'expat', 'dl', ]) -- cgit v1.1