Skip to content

Commit

Permalink
Windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkenbilt committed Jan 15, 2018
1 parent 04e47de commit 7211a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy_dlls
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ sub get_dlls
{
my @result = ();
my $exe = shift;
open(O, "$objdump -p $exe|") or die "$whoami: can't run objdump\n";
open(O, "$objdump -p \"$exe\"|") or die "$whoami: can't run objdump\n";
while (<O>)
{
if (m/^\s+DLL Name:\s+(.+\.dll)/i)
Expand Down

0 comments on commit 7211a59

Please sign in to comment.