mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 23:48:59 +08:00
1b5f1aacad
* [chakracore] Fix Linux build * port-ver * add-ver * lib for all * Update chakracore.json
20 lines
436 B
JSON
20 lines
436 B
JSON
{
|
|
"name": "chakracore",
|
|
"version-date": "2022-11-09",
|
|
"port-version": 1,
|
|
"description": "Core part of the Chakra Javascript engine",
|
|
"homepage": "https://github.com/Microsoft/ChakraCore",
|
|
"license": "MIT",
|
|
"supports": "!osx & !uwp & (linux | (!static & !staticcrt))",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|