early-access version 2853
This commit is contained in:
25
externals/vcpkg/ports/v8/vcpkg.json
vendored
Executable file
25
externals/vcpkg/ports/v8/vcpkg.json
vendored
Executable file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "v8",
|
||||
"version": "9.1.269.39",
|
||||
"port-version": 4,
|
||||
"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-tool-python2",
|
||||
"host": true
|
||||
},
|
||||
"zlib"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user