summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-10-20 09:25:29 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-10-25 01:23:29 (GMT)
commit99ff9ca3fee7d5c04efb91912747d22c4338944d (patch)
treed0b1e81af172ebfbc228765c56903f3d61b35df8
parenteec1eb66cfa79a115e97583632f1e975a95b707c (diff)
downloadmxe-99ff9ca3fee7d5c04efb91912747d22c4338944d.zip
mxe-99ff9ca3fee7d5c04efb91912747d22c4338944d.tar.gz
mxe-99ff9ca3fee7d5c04efb91912747d22c4338944d.tar.bz2
gendef: install to target specific prefix
-rw-r--r--src/gendef.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gendef.mk b/src/gendef.mk
index de6f90e..d89d7d6 100644
--- a/src/gendef.mk
+++ b/src/gendef.mk
@@ -18,7 +18,7 @@ define $(PKG)_BUILD
cd '$(1)/mingw-w64-tools/gendef' && ./configure \
--host='$(BUILD)' \
--build='$(BUILD)' \
- --prefix='$(PREFIX)' \
+ --prefix='$(PREFIX)/$(TARGET)' \
--target='$(TARGET)'
$(MAKE) -C '$(1)/mingw-w64-tools/gendef' -j '$(JOBS)' install
endef