Skip to content

Commit

Permalink
build: fix build if using defined vckpg commit (doodlum#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlayaN authored Sep 21, 2024
1 parent 0162bc7 commit 2cb359f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ SKSE core plugin for community-driven advanced graphics modifications.
- [Vcpkg](https://github.com/microsoft/vcpkg)
- Install vcpkg using the directions in vcpkg's [Quick Start Guide](https://github.com/microsoft/vcpkg#quick-start-windows)
- After install, add a new environment variable named `VCPKG_ROOT` with the value as the path to the folder containing vcpkg
- Make sure your local vcpkg repo matches the commit id specified in `builtin-baseline` in `vcpkg.json` otherwise you might get another version of a non pinned vcpkg dependency causing undefined behaviour

## User Requirements

Expand Down
4 changes: 2 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"name": "magic-enum",
"version": "0.9.6",
"port-version": 1
}
}
],
"builtin-baseline": "1dc5ee30eb1032221d29f281f4a94b73f06b4284"
"builtin-baseline": "98aa6396292d57e737a6ef999d4225ca488859d5"
}

0 comments on commit 2cb359f

Please sign in to comment.