mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Properly detect cygwin
This commit is contained in:
@@ -29,7 +29,7 @@ our @EXPORT= qw(my_find_bin my_find_dir);
|
|||||||
|
|
||||||
our $vs_config_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;
|
my $bin_extension= ".exe" if $is_win;
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user