From ce373544e409615b071d80b41a8a344777c35572 Mon Sep 17 00:00:00 2001 From: radius Date: Mon, 2 Jan 2017 18:52:54 -0500 Subject: [PATCH] these are wrong too --- recipes/windows/cores-windows-x86_dw2-generic.conf | 2 +- recipes/windows/cores-windows-x86_sjlj-generic.conf | 2 +- recipes/windows/cores-windows-x86_w32_dw2-generic.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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++