scons: Don't always link expat.
Only needed for DRI. Should be linked in DRI specific subdirectories.
This commit is contained in:
@@ -164,7 +164,6 @@ if platform in ('posix', 'linux', 'freebsd', 'darwin'):
|
||||
env.Append(LIBS = [
|
||||
'm',
|
||||
'pthread',
|
||||
'expat',
|
||||
'dl',
|
||||
])
|
||||
|
||||
|
Reference in New Issue
Block a user