mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:49:00 +08:00
49b67d9cb8
* [yasm-tool] Fix usage of port to be host dependencies This allows mpg123, nettle, and gmp to support non-x86 windows manifest mode * fix gmp * oops * versions update
21 lines
414 B
JSON
21 lines
414 B
JSON
{
|
|
"name": "gmp",
|
|
"version-string": "6.2.1",
|
|
"port-version": 6,
|
|
"description": "The GNU Multiple Precision Arithmetic Library",
|
|
"homepage": "https://gmplib.org",
|
|
"supports": "!(windows & (arm | arm64))",
|
|
"dependencies": [
|
|
{
|
|
"name": "vs-yasm",
|
|
"host": true,
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "yasm-tool",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|