From 799e0d9cceb1bd1c7867d7a5efa4051cb858c497 Mon Sep 17 00:00:00 2001 From: Manuel Kugelmann Date: Sat, 5 Sep 2020 08:35:38 +0200 Subject: Fix [boost] MSVC 2013 v120 Build (#10645) --- scripts/boost/generate-ports.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/boost/generate-ports.ps1 b/scripts/boost/generate-ports.ps1 index 8136a9799..a19dc0343 100644 --- a/scripts/boost/generate-ports.ps1 +++ b/scripts/boost/generate-ports.ps1 @@ -417,7 +417,7 @@ foreach ($library in $libraries) if ($libraries_in_boost_port.length -gt 1) { # Generate master boost control file which depends on each individual library # mpi is excluded due to it having a dependency on msmpi/openmpi - $boostDependsList = @($libraries_in_boost_port | % { "boost-$_" } | ? { $_ -notmatch "boost-mpi" }) -join ", " + $boostDependsList = @($libraries_in_boost_port | % { "boost-$_" -replace "python","python (!v120)" } | ? { $_ -notmatch "boost-mpi" }) -join ", " @( "# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1" -- cgit v1.2.3