-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
split spec for Windows because macOS and Windows have incompatible pk…
…gconfig versions.
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# I need to use a different version of pkgconfig for windows because version 0.29.1 does not work | ||
# with macOS and 0.23 does not work with Windows. | ||
# Since this is a support library and it will not go to the final product, we do not care which | ||
# version we use... | ||
pkgconfig_spec_download_url:=http://pkgconfig.freedesktop.org/releases/pkg-config-0.29.1.tar.gz | ||
pkgconfig_spec_archive_name:=pkg-config-0.29.1.tar.gz | ||
pkgconfig_spec_unpack_dir_name:=pkg-config-0.29.1 |