Skip to content

Commit

Permalink
split spec for Windows because macOS and Windows have incompatible pk…
Browse files Browse the repository at this point in the history
…gconfig versions.
  • Loading branch information
estebanlm committed Dec 5, 2016
1 parent 43fd03a commit 91cd9cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.win32x86/third-party/pkgconfig/Makefile.lib
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ifndef THIRDPARTYDIR
include ../common/Makefile.lib.extra
endif
include ../../third-party/pkgconfig.spec
include ../../third-party/pkgconfig.spec.win

# plugin definitions
PKGCONFIGURL:=$(pkgconfig_spec_download_url)
Expand Down
7 changes: 7 additions & 0 deletions third-party/pkgconfig.spec.win
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

0 comments on commit 91cd9cb

Please sign in to comment.