OSDN Git Service

scons: Don't always link expat.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 11 Mar 2010 16:50:37 +0000 (16:50 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 31 Mar 2010 17:38:23 +0000 (18:38 +0100)
Only needed for DRI. Should be linked in DRI specific subdirectories.

SConstruct

index 5d44b6e..f32e62f 100644 (file)
@@ -164,7 +164,6 @@ if platform in ('posix', 'linux', 'freebsd', 'darwin'):
        env.Append(LIBS = [
                'm',
                'pthread',
-               'expat',
                'dl',
        ])