mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -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 () {
|
||||
return 1 if $^O eq 'MSWin32';
|
||||
return 1 if $^O eq 'cygwin';
|
||||
return 1 if $^O eq 'msys';
|
||||
return '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue