diff options
Diffstat (limited to 'ports/boost-context')
| -rw-r--r-- | ports/boost-context/CONTROL | 2 | ||||
| -rw-r--r-- | ports/boost-context/portfile.cmake | 3 |
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)
|
