mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-08 21:37:23 +08:00
f93b8354d1
* [boost-modular-build-helper] Support boost architecture arm+x86 (#25294) * [boost-modular-build-helper] Update port version (#25294) * [boost-modular-build-helper] Update boost dual architecture check (#25294) * [boost-modular-build-helper] Update port version references(#25294) Co-authored-by: Simen August Tinderholt <simen.tinderholt@nordicsemi.no>
19 lines
355 B
JSON
19 lines
355 B
JSON
{
|
|
"name": "boost-modular-build-helper",
|
|
"version": "1.79.0",
|
|
"port-version": 3,
|
|
"description": "Internal vcpkg port used to build Boost libraries",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"boost-uninstall",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|