Skip to content

Commit

Permalink
Merge pull request #235 from 0-wiz-0/master
Browse files Browse the repository at this point in the history
Honor LDFLAGS when building pdl.
  • Loading branch information
mohawk2 committed May 10, 2018
2 parents 1d62636 + e48b200 commit f5457e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -586,7 +586,7 @@ EOPS
# support the `$<` variable in explicit rules
$text .= <<EOT if $^O !~ /MSWin/;
pdl$Config::Config{exe_ext} : pdl.c
\$(CC) \$(CFLAGS) \$(CPPFLAGS) pdl.c -o \$\@
\$(CC) \$(CFLAGS) \$(LDFLAGS) \$(CPPFLAGS) pdl.c -o \$\@
EOT

$text .= << 'EOT' if $^O =~ /MSWin/;
Expand Down

0 comments on commit f5457e4

Please sign in to comment.