vcpkg/ports/v8/vcpkg.json
reito 75381ea7fa
[gn-related-ports] Fix gn based projects build error on Windows (#29058)
* fix gn path error on windows

* add quotes

* vcpkg cmake guidelines

* Fix version database.

* Use Z_VCPKG_BACKCOMPAT_MESSAGE_LEVEL instead of WARNING

* Quotes 🤦

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 18:53:54 -08:00

30 lines
532 B
JSON

{
"name": "v8",
"version": "9.1.269.39",
"port-version": 5,
"description": "Google Chrome's JavaScript engine",
"homepage": "https://v8.dev",
"license": "BSD-3-Clause",
"supports": "!(arm | arm64 | uwp | osx | linux)",
"dependencies": [
{
"name": "glib",
"platform": "linux"
},
"icu",
{
"name": "pthread",
"platform": "linux"
},
{
"name": "vcpkg-gn",
"host": true
},
{
"name": "vcpkg-tool-python2",
"host": true
},
"zlib"
]
}