summaryrefslogtreecommitdiffstats
path: root/odk/cfgWin.js
diff options
context:
space:
mode:
Diffstat (limited to 'odk/cfgWin.js')
-rw-r--r--odk/cfgWin.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/odk/cfgWin.js b/odk/cfgWin.js
index 476171df85b8..b36f0ffe8445 100644
--- a/odk/cfgWin.js
+++ b/odk/cfgWin.js
@@ -209,6 +209,10 @@ function getMakeHome()
//Check for the make executable
var sMakePath = sHome + "\\make.exe";
if (! aFileSystemObject.FileExists(sMakePath))
+ {
+ sMakePath = sHome + "\\mingw32-make.exe";
+ }
+ if (! aFileSystemObject.FileExists(sMakePath))
{
stdout.WriteLine("\n Error: Could not find \"" + sMakePath +
"\". GNU make is required, please specify a GNU " +