From d9c06a3b01175bc277a85052a6cc3fcfb2bdebc4 Mon Sep 17 00:00:00 2001 From: Mathew Robinson Date: Tue, 2 Jul 2019 13:45:15 -0400 Subject: SERVER-9668 Use SCons install target tags to identify mapping of targets to install packages. --- src/third_party/wiredtiger/SConscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/third_party/wiredtiger/SConscript') diff --git a/src/third_party/wiredtiger/SConscript b/src/third_party/wiredtiger/SConscript index cdd090b0b63..003235f6316 100644 --- a/src/third_party/wiredtiger/SConscript +++ b/src/third_party/wiredtiger/SConscript @@ -228,9 +228,7 @@ wtbin = wtbinEnv.Program( # however, we must link with snappy, etc. as C++. The smart_link() function isn't used by # default on Windows, so we leave the value unchanged on other platforms. LINK="$CXX" if wtbinEnv["LINK"] == "$SMARTLINK" else wtbinEnv["LINK"], - INSTALL_ALIAS=[ - "tools", - ], + AIB_COMPONENT="tools", ) hygienic = get_option("install-mode") == "hygienic" -- cgit v1.2.1