vcpkg/ports/boost-context/vcpkg.json
autoantwort 245713079f
[boost-context] fix build result on apple arm (#16482)
* [boost] fix boost context build on apple arm

* add version files
2021-03-10 14:15:19 -06:00

23 lines
495 B
JSON

{
"name": "boost-context",
"version-string": "1.75.0",
"port-version": 2,
"description": "Boost context module",
"homepage": "https://github.com/boostorg/context",
"supports": "!uwp & !emscripten",
"dependencies": [
"boost-assert",
"boost-build",
"boost-config",
"boost-core",
"boost-detail",
"boost-integer",
"boost-modular-build-helper",
"boost-pool",
"boost-predef",
"boost-smart-ptr",
"boost-thread",
"boost-vcpkg-helpers"
]
}