aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-context
diff options
context:
space:
mode:
authorstoperro <stoperro@users.noreply.github.com>2020-10-28 22:22:51 +0100
committerGitHub <noreply@github.com>2020-10-28 14:22:51 -0700
commit318a8adbd03bebec860a33335f538b557ec94cf9 (patch)
tree504cac7756914ee00add34991907d6ecb792ccef /ports/boost-context
parent09a647a5261e981cbbc8219292c838490ed0b06f (diff)
downloadvcpkg-318a8adbd03bebec860a33335f538b557ec94cf9.tar.gz
vcpkg-318a8adbd03bebec860a33335f538b557ec94cf9.zip
[boost] Enable Boost building with wasm32-emscripten (#14102)
Diffstat (limited to 'ports/boost-context')
-rw-r--r--ports/boost-context/CONTROL2
-rw-r--r--ports/boost-context/portfile.cmake3
2 files changed, 2 insertions, 3 deletions
diff --git a/ports/boost-context/CONTROL b/ports/boost-context/CONTROL
index 3effa3c95..0561357aa 100644
--- a/ports/boost-context/CONTROL
+++ b/ports/boost-context/CONTROL
@@ -5,4 +5,4 @@ Port-Version: 2
Build-Depends: boost-assert, boost-build, boost-config, boost-detail, boost-integer, boost-modular-build-helper, boost-pool, boost-predef, boost-smart-ptr, boost-thread, boost-vcpkg-helpers
Homepage: https://github.com/boostorg/context
Description: Boost context module
-Supports: !uwp
+Supports: !uwp&!emscripten
diff --git a/ports/boost-context/portfile.cmake b/ports/boost-context/portfile.cmake
index 263b0c872..ef57434aa 100644
--- a/ports/boost-context/portfile.cmake
+++ b/ports/boost-context/portfile.cmake
@@ -6,8 +6,7 @@ vcpkg_from_github(
REF boost-1.73.0
SHA512 cb460e9d7f5b2782164e49820b097402f6a443718d689b2f793f5ab7030012a80418dfc51154f299c9f987d6864d87f7536476ffa97da1089bf6b70f2990ebea
HEAD_REF master
- PATCHES
- fix_exports_for_32bit_GNU_asm_for_windows.patch
+ PATCHES fix_exports_for_32bit_GNU_asm_for_windows.patch
)
file(READ "${SOURCE_PATH}/build/Jamfile.v2" _contents)