diff options
author | Daniel Moody <daniel.moody@mongodb.com> | 2020-08-26 15:35:24 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-08-27 21:35:32 +0000 |
commit | a81e107047d3048cea552ee36ff2ed18e98a2347 (patch) | |
tree | 86ae85e1fc895403f37c29623f0401c4b76633ea /SConstruct | |
parent | 291f925b64efaca3996392b584398f81fb5f6087 (diff) | |
download | mongo-a81e107047d3048cea552ee36ff2ed18e98a2347.tar.gz |
SERVER-49168 made SYSLIBDEPS_PRIVATE type and switched lzma to use it
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/SConstruct b/SConstruct index 7d52ee81fb5..a111a1d39dd 100644 --- a/SConstruct +++ b/SConstruct @@ -1990,20 +1990,20 @@ elif env.TargetOSIs('windows'): env.Append( LIBS=[ - 'DbgHelp.lib', - 'Iphlpapi.lib', - 'Psapi.lib', - 'advapi32.lib', - 'bcrypt.lib', - 'crypt32.lib', - 'dnsapi.lib', - 'kernel32.lib', - 'shell32.lib', - 'pdh.lib', - 'version.lib', - 'winmm.lib', - 'ws2_32.lib', - 'secur32.lib', + 'DbgHelp', + 'Iphlpapi', + 'Psapi', + 'advapi32', + 'bcrypt', + 'crypt32', + 'dnsapi', + 'kernel32', + 'shell32', + 'pdh', + 'version', + 'winmm', + 'ws2_32', + 'secur32', ], ) |