vcpkg/ports/chakracore/vcpkg.json
Billy O'Neal 22bb9aa810
[chakracore] Avoid race condition on generated headers. (#27968)
* [chakracore] Avoid race condition on generated headers.

* Add license.
2022-11-25 01:10:41 -08:00

10 lines
283 B
JSON

{
"name": "chakracore",
"version-date": "2021-04-22",
"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))"
}