mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +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()
|
||||
|
||||
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.mkdir(parents=True, exist_ok=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue