make the check for windows

to work in cygnin perl too
This commit is contained in:
Sergei Golubchik 2010-08-30 08:30:56 +02:00
parent 01dd4f9a6e
commit 72a26cb020

View File

@ -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);
}
}