Skip to content

Commit 527422f

Browse files
committed
fix: use vendored gli
It doesn't suffice to just have a port in the registry, `vcpkg-configuration.json` also needs to pull it in from the baseline.
1 parent 877ec03 commit 527422f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcpkg-configuration.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"kind": "filesystem",
99
"path": "vcpkg-ports",
1010
"baseline": "2025-01-19",
11-
"packages": ["glfw3", "luajit"]
11+
"packages": ["glfw3", "gli", "luajit"]
1212
}
1313
]
1414
}

0 commit comments

Comments
 (0)