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 /ports/boost-python | |
| 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 'ports/boost-python')
| -rw-r--r-- | ports/boost-python/vcpkg.json | 6 |
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" ] } } |
