mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-03-01 22:56:46 +00:00
scons: Don't always link expat.
Only needed for DRI. Should be linked in DRI specific subdirectories.
This commit is contained in:
parent
e1c1911435
commit
6047c89a23
@ -164,7 +164,6 @@ if platform in ('posix', 'linux', 'freebsd', 'darwin'):
|
||||
env.Append(LIBS = [
|
||||
'm',
|
||||
'pthread',
|
||||
'expat',
|
||||
'dl',
|
||||
])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user