Commit 72a26cb0 authored by Sergei Golubchik's avatar Sergei Golubchik

make the check for windows

to work in cygnin perl too
parent 01dd4f9a
......@@ -687,7 +687,7 @@ sub process_opts {
}
if (@plugins) {
my $sep = (IS_WIN32PERL) ? ';' : ':';
my $sep = (IS_WINDOWS) ? ';' : ':';
push @{$tinfo->{$opt_name}}, "--plugin-load=" . join($sep, @plugins);
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment