From 8d5a4268a2b7cb079c3a37d70af75269c2f1f42d Mon Sep 17 00:00:00 2001 From: Osyotr Date: Fri, 16 Jul 2021 10:19:25 +0300 Subject: [boost-python] Allow feature python2 on Unix (#18465) * [boost-python] Allow feature python2 on Unix * Update version record --- scripts/boost/generate-ports.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') 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" } } -- cgit v1.2.3