diff options
| author | Osyotr <Osyotr@users.noreply.github.com> | 2021-07-16 10:19:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 00:19:25 -0700 |
| commit | 8d5a4268a2b7cb079c3a37d70af75269c2f1f42d (patch) | |
| tree | f829b145f97b0bdb980b4d80ae56491821e0c42e /scripts | |
| parent | bef043cfe12eb98e2feb0b0976ea6c0fc9046f72 (diff) | |
| download | vcpkg-8d5a4268a2b7cb079c3a37d70af75269c2f1f42d.tar.gz vcpkg-8d5a4268a2b7cb079c3a37d70af75269c2f1f42d.zip | |
[boost-python] Allow feature python2 on Unix (#18465)
* [boost-python] Allow feature python2 on Unix
* Update version record
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/boost/generate-ports.ps1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/boost/generate-ports.ps1 b/scripts/boost/generate-ports.ps1 index 38e7b2671..107951472 100644 --- a/scripts/boost/generate-ports.ps1 +++ b/scripts/boost/generate-ports.ps1 @@ -27,6 +27,7 @@ else # Clear this array when moving to a new boost version
$port_versions = @{
#e.g. "asio" = 1;
+ "python" = 1;
}
$per_port_data = @{
@@ -57,7 +58,7 @@ $per_port_data = @{ "supports" = "!uwp&!(arm&windows)&!emscripten";
"features" = @{
python2=@{
- dependencies=@(@{name="python2"; platform="windows"})
+ dependencies=@("python2")
description="Build with Python2 support"
}
}
|
