-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Fix MSVC builds while preserving PRs' CMake build (#5934)
* Base commits Co-Authored-By: David Li <david@david-li.com> * PIN --------- Co-authored-by: David Li <david@david-li.com>
- Loading branch information
1 parent
df83655
commit 1885898
Showing
4 changed files
with
17 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,17 @@ | ||
{ | ||
"name": "bn-vcpkg-dependencies", | ||
"version-string": "experimental", | ||
"dependencies": [ | ||
"sdl2", | ||
{ | ||
"name": "sdl2-image", | ||
"features": [ "libjpeg-turbo" ] | ||
}, | ||
{ | ||
"name": "sdl2-mixer", | ||
"features": [ "libflac", "mpg123", "libmodplug" ] | ||
}, | ||
"sdl2-ttf" | ||
], | ||
"builtin-baseline": "c9aba300923c8ec0ab190e2bff23085209925c97", | ||
"vcpkg-configuration": { | ||
"overlay-ports": [ | ||
"../.github/vcpkg_ports" | ||
] | ||
} | ||
"name": "bn-vcpkg-dependencies", | ||
"version-string": "experimental", | ||
"dependencies": [ | ||
"sdl2", | ||
{ "name": "sdl2-image", "features": [ "libjpeg-turbo" ] }, | ||
{ "name": "sdl2-mixer", "features": [ "libflac", "mpg123", "libmodplug" ] }, | ||
"sdl2-ttf" | ||
], | ||
"builtin-baseline": "b322364f06308bdd24823f9d8f03fe0cc86fd46f", | ||
"overrides": [ | ||
{ "name": "sdl2-mixer", "version": "2.6.3#1" } | ||
], | ||
"vcpkg-configuration": { | ||
"overlay-ports": [ "../.github/vcpkg_ports" ] | ||
} | ||
} |