vcpkg/ports/chakracore/vcpkg.json
Leonid Pospelov 6591bd9dfd
[ChakraCore] enable building without dotnet sdk installed (#30614)
* Update portfile.cmake

* Update vcpkg.json

* Update baseline.json

* Update chakracore.json

* Update chakracore.json
2023-04-03 09:52:26 -07:00

20 lines
436 B
JSON

{
"name": "chakracore",
"version-date": "2022-11-09",
"port-version": 3,
"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
}
]
}