aboutsummaryrefslogtreecommitdiffstats
path: root/config-mingw64
diff options
context:
space:
mode:
Diffstat (limited to 'config-mingw64')
-rw-r--r--config-mingw644
1 files changed, 2 insertions, 2 deletions
diff --git a/config-mingw64 b/config-mingw64
index 64384803..4b1eeebf 100644
--- a/config-mingw64
+++ b/config-mingw64
@@ -5,7 +5,7 @@
LD=x86_64-w64-mingw32-ld \
AR=x86_64-w64-mingw32-ar \
RANLIB=x86_64-w64-mingw32-ranlib \
- DLLTOOL=x86_64-w64-mingw32-dlltool \
+ DLLTOOL=$(dirname $(type -p x86_64-w64-mingw32-gcc))/dlltool \
STRIP=x86_64-w64-mingw32-strip \
- OBJDUMP=x86_64-w64-mingw32-objdump \
+ OBJDUMP=$(dirname $(type -p x86_64-w64-mingw32-gcc))/objdump \
${1+"$@"}