diff options
Diffstat (limited to 'src/winpthreads.mk')
-rw-r--r-- | src/winpthreads.mk | 1 |
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 |