We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b41006 commit f5cd349Copy full SHA for f5cd349
1 file changed
Makefile.PL
@@ -114,9 +114,7 @@ sub compileAndRun {
114
my ($code) = @_;
115
my $result;
116
117
- my @inc = shellwords($plplot_include_path);
118
- @inc = grep {/^-I/ } @inc;
119
- my $inc = join " ", @inc;
+ my $inc = join " ", grep /^-I/, shellwords($plplot_include_path);
120
121
check_lib(
122
ccflags => "$plplot_include_path",
0 commit comments