diff options
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"
}
}
|
