diff options
author | Mathew Robinson <chasinglogic@gmail.com> | 2019-07-02 13:45:15 -0400 |
---|---|---|
committer | Mathew Robinson <chasinglogic@gmail.com> | 2019-07-02 13:45:15 -0400 |
commit | d9c06a3b01175bc277a85052a6cc3fcfb2bdebc4 (patch) | |
tree | 0e69ad3dddc6bfe54e4214f300c783f94ca0f4f6 /src/mongo/installer | |
parent | ac0e818b74ecdfb02bab1ea73e4f894b634184bd (diff) | |
download | mongo-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/SConscript | 2 |
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, ) |