From 80e4ac2d49f6b00e09c58dae83a6cbeb1ad2b082 Mon Sep 17 00:00:00 2001 From: Benjamin Redelings Date: Thu, 8 Feb 2018 08:38:17 -0500 Subject: [PATCH] Don't give up before check for libraries - they could be in search path. --- mesonbuild/dependencies/misc.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mesonbuild/dependencies/misc.py b/mesonbuild/dependencies/misc.py index 54ffa54ab..6d13d98d7 100644 --- a/mesonbuild/dependencies/misc.py +++ b/mesonbuild/dependencies/misc.py @@ -133,10 +133,6 @@ class BoostDependency(ExternalDependency): else: self.boost_roots = self.detect_nix_roots() - if self.boost_root is None and not self.boost_roots: - self.log_fail() - return - if self.incdir is None: if mesonlib.for_windows(self.want_cross, self.env): self.incdir = self.detect_win_incdir() @@ -361,7 +357,6 @@ class BoostDependency(ExternalDependency): # Does anyone do Boost cross-compiling to other archs on Windows? return None - def find_libraries_with_abi_tag(self, tag): # All modules should have the same tag