summaryrefslogtreecommitdiffstats
path: root/src/qt.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-20 04:23:09 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-20 04:23:09 (GMT)
commit46d40c81c25eb1260348164044c89c9841afb35c (patch)
tree1dc38b16af7d79f4133ac79aa3f84943a8b3b3ad /src/qt.mk
parent03dbabd8f431884efa96e4cb59b4767fe646cf46 (diff)
downloadmxe-46d40c81c25eb1260348164044c89c9841afb35c.zip
mxe-46d40c81c25eb1260348164044c89c9841afb35c.tar.gz
mxe-46d40c81c25eb1260348164044c89c9841afb35c.tar.bz2
use the correct pg_config tool in package qt
Diffstat (limited to 'src/qt.mk')
-rw-r--r--src/qt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt.mk b/src/qt.mk
index b36ba37..ee62bf3 100644
--- a/src/qt.mk
+++ b/src/qt.mk
@@ -87,7 +87,7 @@ define $(PKG)_BUILD
$(SED) -i 's,\(^\|[^_/]\)win32\([^-]\|$$\),\1unix\2,g' {} \;
# Use the correct pg_config tool
- $(SED) -i 's,pg_config,$(PREFIX)/$(TARGET)/bin/pg_config,g;' '$(1)'/configure
+ $(SED) -i 's,pg_config,$(TARGET)-pg_config,g;' '$(1)'/configure
# Configure Qt for MinGW target
# We prefer static mingw-cross-env system libs for static build: