mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 17:39:11 +08:00
5c54cc0655
* [v8] Fix link error * update version * [v8]Update portfile.cmake * update version Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
21 lines
369 B
JSON
21 lines
369 B
JSON
{
|
|
"name": "v8",
|
|
"version": "9.1.269.39",
|
|
"port-version": 2,
|
|
"description": "Google Chrome's JavaScript engine",
|
|
"homepage": "https://v8.dev",
|
|
"supports": "!(arm | arm64 | uwp | osx)",
|
|
"dependencies": [
|
|
{
|
|
"name": "glib",
|
|
"platform": "linux"
|
|
},
|
|
"icu",
|
|
{
|
|
"name": "pthread",
|
|
"platform": "linux"
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|