1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Properly detect cygwin

This commit is contained in:
msvensson@pilot.mysql.com
2007-12-19 13:04:54 +01:00
parent 926f7dec68
commit aeb88d4b76

View File

@ -29,7 +29,7 @@ our @EXPORT= qw(my_find_bin my_find_dir);
our $vs_config_dir;
my $is_win= ($^O eq "MSWin32" or $^O eq "Win32");
my $is_win= ($^O eq "MSWin32" or $^O eq "cygwin");
my $bin_extension= ".exe" if $is_win;
#