mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 07:38:59 +08:00
050ee6cce0
* V8Config-shared compatibility issue fixed for VS generator * Version updated * port version fix * update version * adjust first entry * update version * Use version rather than version-string. * Picking V8 snapshot via cmake generator expression * version fix Co-authored-by: Jonliu1993 <13720414433@163.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
21 lines
369 B
JSON
21 lines
369 B
JSON
{
|
|
"name": "v8",
|
|
"version": "9.1.269.39",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|