mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-06 03:18:56 +08:00
e562b659d1
* Add support for loongarch64 cpu. * update port version database * update port version * Do nothing... * Revert "Do nothing..." This reverts commit b73b0e4cb8ace91a2268b89d6260c454005d1b2e. Co-authored-by: Jamlys Lee <jamlys_lee@163.com> Co-authored-by: Victor Romero <viromer@microsoft.com>
19 lines
355 B
JSON
19 lines
355 B
JSON
{
|
|
"name": "boost-modular-build-helper",
|
|
"version": "1.79.0",
|
|
"port-version": 5,
|
|
"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
|
|
}
|
|
]
|
|
}
|