mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-10 23:20:58 +00:00
Windows fix
This commit is contained in:
parent
04e47deaf9
commit
7211a59eac
@ -90,7 +90,7 @@ sub get_dlls
|
|||||||
{
|
{
|
||||||
my @result = ();
|
my @result = ();
|
||||||
my $exe = shift;
|
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>)
|
while (<O>)
|
||||||
{
|
{
|
||||||
if (m/^\s+DLL Name:\s+(.+\.dll)/i)
|
if (m/^\s+DLL Name:\s+(.+\.dll)/i)
|
||||||
|
Loading…
Reference in New Issue
Block a user