From 318a8adbd03bebec860a33335f538b557ec94cf9 Mon Sep 17 00:00:00 2001 From: stoperro Date: Wed, 28 Oct 2020 22:22:51 +0100 Subject: [boost] Enable Boost building with wasm32-emscripten (#14102) --- ports/boost-parameter-python/CONTROL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ports/boost-parameter-python') 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 -- cgit v1.2.3