mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +00:00
Meta: Update vcpkg to latest master
This commit is contained in:
parent
e124ef52ee
commit
da5a9e548d
Notes:
github-actions[bot]
2025-04-22 16:38:06 +00:00
Author: https://github.com/AtkinsSJ
Commit: da5a9e548d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4429
Reviewed-by: https://github.com/trflynn89
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ def main() -> int:
|
||||||
script_dir = pathlib.Path(__file__).parent.resolve()
|
script_dir = pathlib.Path(__file__).parent.resolve()
|
||||||
|
|
||||||
git_repo = "https://github.com/microsoft/vcpkg.git"
|
git_repo = "https://github.com/microsoft/vcpkg.git"
|
||||||
git_rev = "bc994510d2eb11aac7b43b03f67a7751d5bfe0e4" # main on 2025-04-12
|
git_rev = "d6995a0cf3cafda5e9e52749fad075dd62bfd90c" # main on 2025-05-22
|
||||||
|
|
||||||
build_dir = script_dir.parent / "Build"
|
build_dir = script_dir.parent / "Build"
|
||||||
build_dir.mkdir(parents=True, exist_ok=True)
|
build_dir.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"builtin-baseline": "bc994510d2eb11aac7b43b03f67a7751d5bfe0e4",
|
"builtin-baseline": "d6995a0cf3cafda5e9e52749fad075dd62bfd90c",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "angle",
|
"name": "angle",
|
||||||
|
@ -123,7 +123,7 @@
|
||||||
"features": [
|
"features": [
|
||||||
"zstd"
|
"zstd"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "vulkan-headers",
|
"name": "vulkan-headers",
|
||||||
"platform": "!android"
|
"platform": "!android"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue