mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
applied a patch from RURBAN to resolve #84380
This commit is contained in:
parent
6bcc4b0aff
commit
4a2f062006
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ use File::Spec;
|
||||||
sub WINLIKE () {
|
sub WINLIKE () {
|
||||||
return 1 if $^O eq 'MSWin32';
|
return 1 if $^O eq 'MSWin32';
|
||||||
return 1 if $^O eq 'cygwin';
|
return 1 if $^O eq 'cygwin';
|
||||||
|
return 1 if $^O eq 'msys';
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue