mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:29:01 +08:00
75381ea7fa
* 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>
30 lines
532 B
JSON
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"
|
|
]
|
|
}
|