From 2a871fc3e4fdd7fd06193ffbe6c9a80310f35e07 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 11 Oct 2013 11:05:40 -0700 Subject: Set the objdump default to "objdump" in win-ldd.pl The environment variable is to be used if the caller knows that the default objdump can't parse Windows DLL files (COFF-PE). On Fedora, Debian, and OpenSUSE, the default objdump can, and obviously the native one on Windows can too. Signed-off-by: Thiago Macieira Signed-off-by: Dirk Hohndel --- scripts/win-ldd.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/win-ldd.pl b/scripts/win-ldd.pl index 6ca97b74a..4144d792d 100644 --- a/scripts/win-ldd.pl +++ b/scripts/win-ldd.pl @@ -1,7 +1,7 @@ #!perl use strict; my %deploy; -my $objdump = $ENV{objdump} ? $ENV{objdump} : "i686-w64-mingw32-objdump"; +my $objdump = $ENV{objdump} ? $ENV{objdump} : "objdump"; my @searchdirs = split(/:/, $ENV{PATH}); sub addDependenciesFor($) { -- cgit v1.2.3-70-g09d2