diff options
-rw-r--r-- | SConstruct | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 5d44b6efde6..f32e62f5fe1 100644 --- a/SConstruct +++ b/SConstruct @@ -164,7 +164,6 @@ if platform in ('posix', 'linux', 'freebsd', 'darwin'): env.Append(LIBS = [ 'm', 'pthread', - 'expat', 'dl', ]) |