mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 06:17:50 +08:00
3906e024b8
ChakraCore recently released a fix for a critical issue: crashing on some Linux distributions. https://github.com/chakra-core/ChakraCore/pull/6932
27 lines
542 B
JSON
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"
|
|
}
|
|
]
|
|
}
|