enable mingw64 target.
This commit is contained in:
parent
cf2d39220a
commit
c328cc9608
@ -137,7 +137,7 @@ if ($^O eq 'MSWin32' || $targetos) {
|
|||||||
$binext = '.exe';
|
$binext = '.exe';
|
||||||
$libext = '.lib';
|
$libext = '.lib';
|
||||||
}
|
}
|
||||||
elsif ($targetos =~ /mingw32/) {
|
elsif ($targetos =~ /mingw/) {
|
||||||
$binext = '.exe';
|
$binext = '.exe';
|
||||||
if ($^O eq 'MSWin32') {
|
if ($^O eq 'MSWin32') {
|
||||||
$libext = '.a';
|
$libext = '.a';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user