Make the test script tag parser a bit more robust.
Check for the .exe extension on mingw32 builds.
This commit is contained in:
@@ -133,6 +133,9 @@ if ($^O eq 'MSWin32' || $targetos) {
|
||||
$binext = '.exe';
|
||||
$libext = '.lib';
|
||||
}
|
||||
elsif ($targetos =~ /mingw32/) {
|
||||
$binext = '.exe';
|
||||
}
|
||||
elsif ($targetos =~ /netware/) {
|
||||
$configurebuild = 0;
|
||||
$binext = '.nlm';
|
||||
|
||||
Reference in New Issue
Block a user