mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
Meta: Update vcpkg to latest master
This includes some fixes for cmake 4.0, but not all.
This commit is contained in:
parent
3af25b9d2f
commit
1fec9d6917
Notes:
github-actions[bot]
2025-04-02 16:51:48 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/1fec9d69174 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4176 Reviewed-by: https://github.com/trflynn89 ✅
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 = "74ec888e385d189b42d6b398d0bbaa6f1b1d3b0e" # 2025.02.07
|
||||
git_rev = "ea2a964f9303270322cf3f2d51c265ba146c422d" # main on 2025-04-01
|
||||
|
||||
build_dir = script_dir.parent / "Build"
|
||||
build_dir.mkdir(parents=True, exist_ok=True)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"builtin-baseline": "74ec888e385d189b42d6b398d0bbaa6f1b1d3b0e",
|
||||
"builtin-baseline": "ea2a964f9303270322cf3f2d51c265ba146c422d",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "angle",
|
||||
|
|
Loading…
Add table
Reference in a new issue