forked from joshtriplett/metadeps
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This seems to be the favored way for finding libraries under msvc, and the `vcpkg` crate is a reverse dependency of various -sys crates. It seems to have some issues as is. Vcpkg doesn't seem to have support for finding a particular version of a package. And with this, `glib-sys`, for instance, still fails to build without changes because it needs to search for just `glib`, not `glib-2.0`. Perhaps the solution is to add an optional `vcpkg_name` that can be specified in toml? But in any case, this shows what's involved in supporting vcpkg.
- Loading branch information
Showing
2 changed files
with
45 additions
and
2 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