diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-09-07 16:51:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-07 16:51:02 -0700 |
| commit | bff4dd9c944b9fbad40ec1a36d7c2365287ce0a6 (patch) | |
| tree | 0366a859b998a68020fe2200cc3a88c155f951c4 /scripts | |
| parent | a35ddddac86ec62fa25c7eea605bb4abf84eb705 (diff) | |
| download | vcpkg-bff4dd9c944b9fbad40ec1a36d7c2365287ce0a6.tar.gz vcpkg-bff4dd9c944b9fbad40ec1a36d7c2365287ce0a6.zip | |
[boost] Remove invalid identifier !v120 (#13387)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/boost/generate-ports.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boost/generate-ports.ps1 b/scripts/boost/generate-ports.ps1 index a19dc0343..8136a9799 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-$_" -replace "python","python (!v120)" } | ? { $_ -notmatch "boost-mpi" }) -join ", "
+ $boostDependsList = @($libraries_in_boost_port | % { "boost-$_" } | ? { $_ -notmatch "boost-mpi" }) -join ", "
@(
"# Automatically generated by boost-vcpkg-helpers/generate-ports.ps1"
|
