vcpkg/ports/keystone/vcpkg.json
NancyLi1013 c315cf92f7
[keystone] Fix static build with dynamic CRT on Windows (#19491)
* [keystone] Fix static build with dynamic CRT on Windows

* Add port-version

* Update version files

* Add double quotes for the path

* Update versions/k-/keystone.json

* Add comments for kstool

* Update versions/k-/keystone.json
2021-08-11 17:18:20 -07:00

15 lines
333 B
JSON

{
"name": "keystone",
"version-semver": "0.9.2",
"port-version": 1,
"description": "A Lightweight multi-platform, multi-architecture assembler framework.",
"homepage": "https://github.com/keystone-engine/keystone",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}