diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/boost-context/b2-options.cmake.in | 7 | ||||
| -rw-r--r-- | ports/boost-context/vcpkg.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ports/boost-context/b2-options.cmake.in b/ports/boost-context/b2-options.cmake.in index dbd70c94b..30933f499 100644 --- a/ports/boost-context/b2-options.cmake.in +++ b/ports/boost-context/b2-options.cmake.in @@ -5,3 +5,10 @@ if(@VCPKG_TARGET_IS_WINDOWS@) binary-format=pe
)
endif()
+
+if(@VCPKG_TARGET_IS_OSX@)
+ list(APPEND B2_OPTIONS
+ abi=sysv
+ binary-format=mach-o
+ )
+endif()
diff --git a/ports/boost-context/vcpkg.json b/ports/boost-context/vcpkg.json index c015df9d7..2829cc688 100644 --- a/ports/boost-context/vcpkg.json +++ b/ports/boost-context/vcpkg.json @@ -1,7 +1,7 @@ { "name": "boost-context", "version-string": "1.75.0", - "port-version": 1, + "port-version": 2, "description": "Boost context module", "homepage": "https://github.com/boostorg/context", "supports": "!uwp & !emscripten", |
