summaryrefslogtreecommitdiffstats
path: root/src/winpthreads.mk
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-06-01 22:55:00 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-06-01 23:43:53 (GMT)
commit593ab5a7068d6142903ab839237100e92a5071f3 (patch)
tree0862b81247dec28a77327a1a57dc5fa895451efb /src/winpthreads.mk
parentf7133cc22b3b704d3dd18c67c8f15447bdb8f1e9 (diff)
downloadmxe-593ab5a7068d6142903ab839237100e92a5071f3.zip
mxe-593ab5a7068d6142903ab839237100e92a5071f3.tar.gz
mxe-593ab5a7068d6142903ab839237100e92a5071f3.tar.bz2
use --libdir to avoid <prefix>/<target>/lib64 confusion
Diffstat (limited to 'src/winpthreads.mk')
-rw-r--r--src/winpthreads.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/winpthreads.mk b/src/winpthreads.mk
index ba2d132..01fb348 100644
--- a/src/winpthreads.mk
+++ b/src/winpthreads.mk
@@ -17,6 +17,7 @@ define $(PKG)_BUILD_mingw-w64
cd '$(1)/mingw-w64-libraries/winpthreads' && ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
+ --libdir='$(PREFIX)/$(TARGET)/lib'
--enable-static \
--disable-shared
$(MAKE) -C '$(1)/mingw-w64-libraries/winpthreads' -j '$(JOBS)' install