make the check for windows
to work in cygnin perl too
This commit is contained in:
parent
01dd4f9a6e
commit
72a26cb020
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user