diff options
author | Brian Samek <brian.samek@mongodb.com> | 2016-11-16 13:55:44 -0500 |
---|---|---|
committer | Brian Samek <brian.samek@mongodb.com> | 2016-11-22 16:10:42 -0500 |
commit | 99f1f23edbfc07ce00397a4300d28c74b9046b7b (patch) | |
tree | 69a667d7f3ea6e71ca30ac5f4027895f5399d234 /src/mongo/installer | |
parent | 4757d1767d93c564500ee4355ba8aa2da6362c5e (diff) | |
download | mongo-99f1f23edbfc07ce00397a4300d28c74b9046b7b.tar.gz |
SERVER-17368 Add openssl files to windows zip file
Diffstat (limited to 'src/mongo/installer')
-rw-r--r-- | src/mongo/installer/msi/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/installer/msi/SConscript b/src/mongo/installer/msi/SConscript index e0e910c3121..4d006b24a8a 100644 --- a/src/mongo/installer/msi/SConscript +++ b/src/mongo/installer/msi/SConscript @@ -142,7 +142,7 @@ env.Command(objects, ' -dTargetFileName=${SERVER_ARCHIVE}' r' -dSaslSource=c:\sasl\bin' r' -dSnmpSource=c:\snmp\bin' - r' -dSslSource=c:\openssl\bin' + r' -dSslSource=' + env['WINDOWS_OPENSSL_BIN'] + ' -out ' + buildDir + r'\msi\\' ' -arch ' + msi_platform + ' -ext "$WIXUIEXT"' |