vcpkg/ports/v8/vcpkg.json
gllebede 050ee6cce0
V8Config-shared compatibility issue fixed for VS generator (#20560)
* 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>
2021-10-12 17:11:26 -07:00

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"
]
}