We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b00445 commit 0092c46Copy full SHA for 0092c46
Makefile.PL
@@ -117,10 +117,10 @@ sub compileAndRun {
117
my $inc = join " ", grep /^-I/, shellwords($plplot_include_path);
118
119
check_lib(
120
- ccflags => "$plplot_include_path",
121
- ldflags => "$libs",
122
- INC => "$inc",
123
- LIBS => "$libs",
+ ccflags => $plplot_include_path,
+ ldflags => $libs,
+ INC => $inc,
+ LIBS => $libs,
124
header => [ 'stdio.h', $header ],
125
function => $code,
126
analyze_binary => sub {
0 commit comments