aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorderekkingston <derek.kingston@gmail.com>2018-07-31 11:30:23 -0400
committerNirbheek Chauhan <nirbheek@centricular.com>2018-08-24 03:11:42 +0530
commit6435445cf30cfe818e2a0e3a50fe42439825b147 (patch)
treefe32d4542aa8cba06624b3fca0cea00f475c160f
parentc84a5941de0aec0791ff6c632f7f8a52cdf35d4c (diff)
downloadmeson-6435445cf30cfe818e2a0e3a50fe42439825b147.zip
meson-6435445cf30cfe818e2a0e3a50fe42439825b147.tar.gz
meson-6435445cf30cfe818e2a0e3a50fe42439825b147.tar.bz2
Boost dependency check for MSVS with proper whitespace
-rw-r--r--mesonbuild/dependencies/boost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/dependencies/boost.py b/mesonbuild/dependencies/boost.py
index d759688..7acde2d 100644
--- a/mesonbuild/dependencies/boost.py
+++ b/mesonbuild/dependencies/boost.py
@@ -327,7 +327,7 @@ class BoostDependency(ExternalDependency):
def debug_tag(self):
return '-gd' if self.is_debug else ''
-
+
def arch_tag(self):
# currently only applies to windows msvc installed binaries
if self.env.detect_cpp_compiler(self.want_cross).get_id() != 'msvc':