diff options
author | Zephyron <zephyron@citron-emu.org> | 2025-01-03 14:24:31 +1000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.org> | 2025-01-03 14:24:31 +1000 |
commit | 18eb054ab6c1f8b66e03f1acc9ccdfe8d97c7123 (patch) | |
tree | 5b3b488835c3be718a9419e14cbc3a4196bd8eee | |
parent | b685d5701d13beece6deed80355d9eac196ec777 (diff) |
vcpkg: Update builtin-baseline
- Fixes Missing VS 2019 Build Tools
- Allows Compiliation For MSVC Using Newer VCPKG
-rw-r--r-- | vcpkg.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcpkg.json b/vcpkg.json index 4c10341e9..8fa0de0c2 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "citron", - "builtin-baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6", + "builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289", "version": "1.0", "dependencies": [ "boost-algorithm", |