Skip to content

Commit

Permalink
vcpkg.json: Add builtin-baseline
Browse files Browse the repository at this point in the history
This field is now required, otherwise we get this error:

> error: this vcpkg instance requires a manifest with a specified baseline in order to interact with ports.
> Please add 'builtin-baseline' to the manifest or add a 'vcpkg-configuration.json' that redefines the default registry.

The hash here is a commit hash from https://github.com/microsoft/vcpkg/commits/master
  • Loading branch information
glebm committed Jun 3, 2023
1 parent 48caf50 commit 4bdc61d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"bzip2",
"simpleini"
],
"builtin-baseline": "662dbb50e63af15baa2909b7eac5b1b87e86a0aa",
"features": {
"sdl1": {
"description": "Use SDL1.2 instead of SDL2",
Expand Down

0 comments on commit 4bdc61d

Please sign in to comment.