From 0d804a26399c41e62a2d0a282120af0cc22b8959 Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Sat, 6 Feb 2021 02:38:41 +0000 Subject: SERVER-50268 cleaned up LIBDEP_DEPENDENTS and wiredtiger dependencies. --- site_scons/libdeps_next.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site_scons') diff --git a/site_scons/libdeps_next.py b/site_scons/libdeps_next.py index 33b8ec502c2..847836e60d8 100644 --- a/site_scons/libdeps_next.py +++ b/site_scons/libdeps_next.py @@ -550,7 +550,7 @@ class LibdepLinter: if self._check_for_lint_tags('lint-allow-nonprivate-on-deps-dependents'): return - if (libdep.dependency_type != deptype.Private + if (libdep.dependency_type != deptype.Private and libdep.dependency_type != deptype.Global and len(self._get_deps_dependents()) > 0): target_type = self.target[0].builder.get_name(self.env) -- cgit v1.2.1