mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 09:12:13 -05:00
Meta: Update vcpkg to the December 2024 release
This commit is contained in:
parent
74469a0c1f
commit
91edc06fad
Notes:
github-actions[bot]
2024-12-22 10:34:14 +00:00
Author: https://github.com/LucasChollet Commit: https://github.com/LadybirdBrowser/ladybird/commit/91edc06fad1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3004
2 changed files with 2 additions and 2 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 = "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c" # 2024.11.16
|
||||
git_rev = "b322364f06308bdd24823f9d8f03fe0cc86fd46f" # 2024.12.16
|
||||
|
||||
build_dir = script_dir.parent / "Build"
|
||||
build_dir.mkdir(parents=True, exist_ok=True)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"builtin-baseline": "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c",
|
||||
"builtin-baseline": "b322364f06308bdd24823f9d8f03fe0cc86fd46f",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "angle",
|
||||
|
|
Loading…
Reference in a new issue