Skip to content

Commit

Permalink
add CPPFLAGS building "pdl" executable to help Debian packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 16, 2025
1 parent cf594d3 commit c2cc6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ doc_perl_install ::
EOF
$text .= <<EOT if $^O !~ /MSWin/;
$pdlroot$::Config{exe_ext} : $pdlroot.c
\t\$(CC) \$(CCFLAGS) \$(OPTIMIZE) \$(LDFLAGS) \$(CCCDLFLAGS) $pdlroot.c -o \$\@
\t\$(CC) \$(CCFLAGS) \$(CPPFLAGS) \$(OPTIMIZE) \$(LDFLAGS) \$(CCCDLFLAGS) $pdlroot.c -o \$\@
EOT
my $typespm = ::catfile(qw(lib PDL Types.pm));
for (qw(pdl.h)) {
Expand Down

0 comments on commit c2cc6e4

Please sign in to comment.