mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-06 02:23:29 +08:00
e562b659d1
* Add support for loongarch64 cpu.
* update port version database
* update port version
* Do nothing...
* Revert "Do nothing..."
This reverts commit b73b0e4cb8
.
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
|
|
}
|
|
]
|
|
}
|