diff --git a/recipes/windows/cores-windows-x86_dw2-generic.conf b/recipes/windows/cores-windows-x86_dw2-generic.conf index 0d70fae6..c99440d4 100644 --- a/recipes/windows/cores-windows-x86_dw2-generic.conf +++ b/recipes/windows/cores-windows-x86_dw2-generic.conf @@ -3,7 +3,7 @@ MSYSTEM MINGW32 platform windows PLATFORM windows ARCH x86 -MAKE mingw32-make.exe +MAKE make.exe CC gcc CXX g++ CXX11 g++ diff --git a/recipes/windows/cores-windows-x86_sjlj-generic.conf b/recipes/windows/cores-windows-x86_sjlj-generic.conf index 805c3896..4dc698a0 100644 --- a/recipes/windows/cores-windows-x86_sjlj-generic.conf +++ b/recipes/windows/cores-windows-x86_sjlj-generic.conf @@ -4,7 +4,7 @@ MSYSTEM MINGW32 platform windows PLATFORM windows ARCH x86 -MAKE mingw32-make.exe +MAKE make.exe CC gcc CXX g++ CORE_JOB YES diff --git a/recipes/windows/cores-windows-x86_w32_dw2-generic.conf b/recipes/windows/cores-windows-x86_w32_dw2-generic.conf index ee6e4ce9..91f551b2 100644 --- a/recipes/windows/cores-windows-x86_w32_dw2-generic.conf +++ b/recipes/windows/cores-windows-x86_w32_dw2-generic.conf @@ -2,7 +2,7 @@ PATH /mingw32/lib/ccache/bin/:/mingw32_w32/bin/ platform MINGW32 PLATFORM windows ARCH x86 -MAKE mingw32-make.exe +MAKE make.exe CC gcc CXX g++ CXX11 g++