diff options
author | Andrew Morrow <acm@mongodb.com> | 2018-03-28 11:59:39 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2018-03-29 12:15:39 -0400 |
commit | 73a74e4ba33af61b2f102ddf11e674ee30dc2768 (patch) | |
tree | ec11fffd096488f006e9e3a6f33ff4b80c1315fe /src/mongo/installer/msi | |
parent | 45c86eb7be9a2ce2ffd112f22f7cdc131d35b0aa (diff) | |
download | mongo-73a74e4ba33af61b2f102ddf11e674ee30dc2768.tar.gz |
SERVER-33980 Reduce dependencies for embedded commands
Diffstat (limited to 'src/mongo/installer/msi')
-rw-r--r-- | src/mongo/installer/msi/ca/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/installer/msi/ca/SConscript b/src/mongo/installer/msi/ca/SConscript index e2350401e0e..f67f5eccd45 100644 --- a/src/mongo/installer/msi/ca/SConscript +++ b/src/mongo/installer/msi/ca/SConscript @@ -30,4 +30,6 @@ ca = env.SharedLibrary( 'customaction.cpp', 'customaction.def', ], + # We don't want the usual auto install rules to apply to this file. + INSTALL_ALIAS=[], ) |