summaryrefslogtreecommitdiffstats
path: root/src/winpthreads.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/winpthreads.mk')
-rw-r--r--src/winpthreads.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/winpthreads.mk b/src/winpthreads.mk
index 10e77cc..342482a 100644
--- a/src/winpthreads.mk
+++ b/src/winpthreads.mk
@@ -19,10 +19,7 @@ endef
define $(PKG)_BUILD_mingw-w64
cd '$(1)/mingw-w64-libraries/winpthreads' && ./configure \
- --host='$(TARGET)' \
- --prefix='$(PREFIX)/$(TARGET)' \
- --enable-static \
- --disable-shared
+ $(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)/mingw-w64-libraries/winpthreads' -j '$(JOBS)' install
$(PTHREADS_TEST)