diff options
Diffstat (limited to 'ports/boost-python')
| -rw-r--r-- | ports/boost-python/vcpkg.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ports/boost-python/vcpkg.json b/ports/boost-python/vcpkg.json index ae32d8dd6..8751ddd8e 100644 --- a/ports/boost-python/vcpkg.json +++ b/ports/boost-python/vcpkg.json @@ -1,12 +1,16 @@ { "name": "boost-python", "version-string": "1.75.0", - "port-version": 2, + "port-version": 3, "description": "Boost python module", "homepage": "https://github.com/boostorg/python", "supports": "!uwp & !(arm & windows) & !emscripten", "dependencies": [ "boost-bind", + { + "name": "boost-build", + "host": true + }, "boost-compatibility", "boost-config", "boost-conversion", @@ -19,6 +23,10 @@ "boost-iterator", "boost-lexical-cast", "boost-math", + { + "name": "boost-modular-build-helper", + "host": true + }, "boost-mpl", "boost-numeric-conversion", "boost-preprocessor", |
