aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-python
diff options
context:
space:
mode:
authorOsyotr <Osyotr@users.noreply.github.com>2021-07-16 10:19:25 +0300
committerGitHub <noreply@github.com>2021-07-16 00:19:25 -0700
commit8d5a4268a2b7cb079c3a37d70af75269c2f1f42d (patch)
treef829b145f97b0bdb980b4d80ae56491821e0c42e /ports/boost-python
parentbef043cfe12eb98e2feb0b0976ea6c0fc9046f72 (diff)
downloadvcpkg-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 'ports/boost-python')
-rw-r--r--ports/boost-python/vcpkg.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/ports/boost-python/vcpkg.json b/ports/boost-python/vcpkg.json
index 02c309ff4..754db2e9c 100644
--- a/ports/boost-python/vcpkg.json
+++ b/ports/boost-python/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "boost-python",
"version": "1.76.0",
+ "port-version": 1,
"description": "Boost python module",
"homepage": "https://github.com/boostorg/python",
"supports": "!uwp & !(arm & windows) & !emscripten",
@@ -41,10 +42,7 @@
"python2": {
"description": "Build with Python2 support",
"dependencies": [
- {
- "name": "python2",
- "platform": "windows"
- }
+ "python2"
]
}
}