summaryrefslogtreecommitdiff
path: root/src/mongo/installer/msi
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2018-03-28 11:59:39 -0400
committerAndrew Morrow <acm@mongodb.com>2018-03-29 12:15:39 -0400
commit73a74e4ba33af61b2f102ddf11e674ee30dc2768 (patch)
treeec11fffd096488f006e9e3a6f33ff4b80c1315fe /src/mongo/installer/msi
parent45c86eb7be9a2ce2ffd112f22f7cdc131d35b0aa (diff)
downloadmongo-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/SConscript2
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=[],
)