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 = [
|
env.Append(LIBS = [
|
||||||
'm',
|
'm',
|
||||||
'pthread',
|
'pthread',
|
||||||
'expat',
|
|
||||||
'dl',
|
'dl',
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user