summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-01-24 11:41:13 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-01-24 11:41:13 +0000
commit4077b8b9e7940b515c054c5c22565e5b98c5df37 (patch)
tree3ea4b3e85079a917375431dd91adcadcd99b885d /makefiles/Makefile.tools
parent6fe7fa0c1a9d8a94b370c0f9c1ab6d5d9853f062 (diff)
downloadbuildsystem-4077b8b9e7940b515c054c5c22565e5b98c5df37.tar.gz
buildsystem-4077b8b9e7940b515c054c5c22565e5b98c5df37.tar.bz2
Remove reliance on external pkg-config wrapper script
svn path=/trunk/tools/buildsystem/; revision=9882
Diffstat (limited to 'makefiles/Makefile.tools')
-rw-r--r--makefiles/Makefile.tools2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 0d9ab2f..9fedf0b 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -185,7 +185,7 @@ ifeq ($(TARGET),windows)
CXX__ := i586-mingw32msvc-g++
AR__ := i586-mingw32msvc-ar
- PKGCONFIG ?= $(MINGW_INSTALL_ENV)/bin/win-pkg-config
+ PKGCONFIG ?= PKG_CONFIG_LIBDIR="$(MINGW_INSTALL_ENV)/lib/pkgconfig" pkg-config
endif
CFLAGS := $(CFLAGS) -U__STRICT_ANSI__ -I$(MINGW_INSTALL_ENV)/include