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
13 lines
262 B
JSON
13 lines
262 B
JSON
{
|
|
"name": "yasm-tool-helper",
|
|
"version-string": "2020-03-11",
|
|
"description": "Backfill that depends on yasm-tool:host",
|
|
"homepage": "https://github.com/Microsoft/vcpkg",
|
|
"dependencies": [
|
|
{
|
|
"name": "yasm-tool",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|