vcpkg/ports/chakracore/vcpkg.json
Leonid Pospelov 3906e024b8
[chakracore] update to 2024-04-20 (#38293)
ChakraCore recently released a fix for a critical issue: crashing on
some Linux distributions.

https://github.com/chakra-core/ChakraCore/pull/6932
2024-04-22 10:18:29 -04:00

27 lines
542 B
JSON

{
"name": "chakracore",
"version-date": "2024-04-20",
"description": "Core part of the Chakra Javascript engine",
"homepage": "https://github.com/Microsoft/ChakraCore",
"license": "MIT",
"supports": "!osx & !uwp & (linux | !static)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "vcpkg-msbuild",
"host": true,
"features": [
"pkg-config"
],
"platform": "windows"
}
]
}