mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 15:07:55 +08:00
1fb95117ea
* [boost-modular-build-helper]add mips64 support * [boost-modular-build-helper]update port version * [boost-modular-build-helper]update version database Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
19 lines
355 B
JSON
19 lines
355 B
JSON
{
|
|
"name": "boost-modular-build-helper",
|
|
"version": "1.79.0",
|
|
"port-version": 8,
|
|
"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
|
|
}
|
|
]
|
|
}
|