vcpkg/ports/boost-context/vcpkg.json
autoantwort e25b620cf9
[boost-context] fix linux -> windows cross compile (#16378)
* [boost-context] fix linux -> windows cross compile

* add version files
2021-02-26 13:17:33 -08:00

23 lines
495 B
JSON

{
"name": "boost-context",
"version-string": "1.75.0",
"port-version": 1,
"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"
]
}