Skip to content

Commit

Permalink
Added msys Perl since git for Win32 comes with own Perl which identif…
Browse files Browse the repository at this point in the history
…ies as msys.
  • Loading branch information
gknauf committed Aug 10, 2010
1 parent d713403 commit ff26895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testcurl.pl
Expand Up @@ -162,7 +162,7 @@
}
}

if (($^O eq 'MSWin32') &&
if (($^O eq 'MSWin32' || $^O eq 'msys') &&
($targetos =~ /vc/ || $targetos =~ /mingw32/ ||
$targetos =~ /borland/ || $targetos =~ /watcom/)) {

Expand Down

0 comments on commit ff26895

Please sign in to comment.