diff --git a/recipes/recipes.win-mingw32-dw2.conf b/recipes/recipes.win-mingw32-dw2.conf index f1d210f2..4ba4c1e9 100644 --- a/recipes/recipes.win-mingw32-dw2.conf +++ b/recipes/recipes.win-mingw32-dw2.conf @@ -1,2 +1,3 @@ PATH /mingw32/bin/ platform MINGW32 +MAKE mingw32-make.exe diff --git a/recipes/recipes.win-mingw32-sjlj.conf b/recipes/recipes.win-mingw32-sjlj.conf index 7a534b37..7d8f9e65 100644 --- a/recipes/recipes.win-mingw32-sjlj.conf +++ b/recipes/recipes.win-mingw32-sjlj.conf @@ -1,2 +1,3 @@ PATH /c/Toolchains/mingw32/bin:/c/Toolchains/python32 platform MINGW32 +MAKE mingw32-make.exe diff --git a/recipes/recipes.win-mingw64-seh.conf b/recipes/recipes.win-mingw64-seh.conf index b006e67d..311e0bb6 100644 --- a/recipes/recipes.win-mingw64-seh.conf +++ b/recipes/recipes.win-mingw64-seh.conf @@ -1,2 +1,3 @@ PATH /mingw64/bin platform MINGW64 +MAKE mingw32-make.exe diff --git a/recipes/recipes.win-mingw64-sjlj-w32.conf b/recipes/recipes.win-mingw64-sjlj-w32.conf index c259d5b5..2a025770 100644 --- a/recipes/recipes.win-mingw64-sjlj-w32.conf +++ b/recipes/recipes.win-mingw64-sjlj-w32.conf @@ -1,2 +1,3 @@ PATH /c/Toolchains/mingw64_win32/bin platform MINGW64 +MAKE mingw32-make.exe \ No newline at end of file diff --git a/recipes/recipes.win-mingw64-sjlj.conf b/recipes/recipes.win-mingw64-sjlj.conf index 3527c003..fd61b131 100644 --- a/recipes/recipes.win-mingw64-sjlj.conf +++ b/recipes/recipes.win-mingw64-sjlj.conf @@ -1,2 +1,3 @@ PATH /c/Toolchains/mingw64_posix/bin:/c/Toolchains/python64 platform MINGW64 +MAKE mingw32-make.exe