diff options
| author | stoperro <stoperro@users.noreply.github.com> | 2020-10-28 22:22:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-28 14:22:51 -0700 |
| commit | 318a8adbd03bebec860a33335f538b557ec94cf9 (patch) | |
| tree | 504cac7756914ee00add34991907d6ecb792ccef /ports/boost-parameter-python/CONTROL | |
| parent | 09a647a5261e981cbbc8219292c838490ed0b06f (diff) | |
| download | vcpkg-318a8adbd03bebec860a33335f538b557ec94cf9.tar.gz vcpkg-318a8adbd03bebec860a33335f538b557ec94cf9.zip | |
[boost] Enable Boost building with wasm32-emscripten (#14102)
Diffstat (limited to 'ports/boost-parameter-python/CONTROL')
| -rw-r--r-- | ports/boost-parameter-python/CONTROL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/boost-parameter-python/CONTROL b/ports/boost-parameter-python/CONTROL index cba56b9e6..638f49295 100644 --- a/ports/boost-parameter-python/CONTROL +++ b/ports/boost-parameter-python/CONTROL @@ -1,7 +1,8 @@ # Automatically generated by boost-vcpkg-helpers/generate-ports.ps1
Source: boost-parameter-python
Version: 1.73.0
-Port-Version: 1
-Build-Depends: boost-mpl, boost-parameter, boost-preprocessor, boost-python (!uwp&!(arm&windows)), boost-vcpkg-helpers
+Port-Version: 2
+Build-Depends: boost-mpl, boost-parameter, boost-preprocessor, boost-python (!uwp&!(arm&windows)&!emscripten), boost-vcpkg-helpers
Homepage: https://github.com/boostorg/parameter_python
Description: Boost parameter_python module
+Supports: !emscripten
|
