summaryrefslogtreecommitdiff
path: root/src/mongo/installer
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2019-07-02 13:45:15 -0400
committerMathew Robinson <chasinglogic@gmail.com>2019-07-02 13:45:15 -0400
commitd9c06a3b01175bc277a85052a6cc3fcfb2bdebc4 (patch)
tree0e69ad3dddc6bfe54e4214f300c783f94ca0f4f6 /src/mongo/installer
parentac0e818b74ecdfb02bab1ea73e4f894b634184bd (diff)
downloadmongo-d9c06a3b01175bc277a85052a6cc3fcfb2bdebc4.tar.gz
SERVER-9668 Use SCons install target tags to identify mapping of targets to install packages.
Diffstat (limited to 'src/mongo/installer')
-rw-r--r--src/mongo/installer/msi/ca/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/installer/msi/ca/SConscript b/src/mongo/installer/msi/ca/SConscript
index f67f5eccd45..70d4a58561f 100644
--- a/src/mongo/installer/msi/ca/SConscript
+++ b/src/mongo/installer/msi/ca/SConscript
@@ -31,5 +31,5 @@ ca = env.SharedLibrary(
'customaction.def',
],
# We don't want the usual auto install rules to apply to this file.
- INSTALL_ALIAS=[],
+ AIB_IGNORE=True,
)