summaryrefslogtreecommitdiff
path: root/odk/util/check.pl
diff options
context:
space:
mode:
Diffstat (limited to 'odk/util/check.pl')
-rw-r--r--odk/util/check.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/util/check.pl b/odk/util/check.pl
index 8dfbfcc6ba56..03b58fe3da7c 100644
--- a/odk/util/check.pl
+++ b/odk/util/check.pl
@@ -62,8 +62,8 @@ if (-d "$SdkDir") {
}
}
- if ($OperatingSystem eq "windows" || $OperatingSystem eq "mingw") {
- if ($OperatingSystem eq "windows" && !check_file("bin/climaker.exe")) {
+ if ($OperatingSystem eq "windows") {
+ if (!check_file("bin/climaker.exe")) {
$return++;
print "\nERROR: \"bin/climaker.exe\" is missing\n";
} else {
@@ -110,7 +110,7 @@ if (-d "$SdkDir") {
#check configure files
print "check config files: ";
- if ($OperatingSystem eq "windows" || $OperatingSystem eq "mingw") {
+ if ($OperatingSystem eq "windows") {
if (!check_file("setsdkenv_windows.bat")) {
print "\nERROR: \"setsdkenv_windows.bat\" is missing\n";
$return++;