mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
Meta: Update vcpkg to latest master
This commit is contained in:
@@ -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 = "b322364f06308bdd24823f9d8f03fe0cc86fd46f" # 2024.12.16
|
git_rev = "74ec888e385d189b42d6b398d0bbaa6f1b1d3b0e" # 2025.02.07
|
||||||
|
|
||||||
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": "b322364f06308bdd24823f9d8f03fe0cc86fd46f",
|
"builtin-baseline": "74ec888e385d189b42d6b398d0bbaa6f1b1d3b0e",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "angle",
|
"name": "angle",
|
||||||
|
|||||||
Reference in New Issue
Block a user