mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:09:00 +08:00
c315cf92f7
* [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
15 lines
333 B
JSON
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
|
|
}
|
|
]
|
|
}
|