From 3b1ec75e1c5337616dc37bfe9790b6bd2d35bd49 Mon Sep 17 00:00:00 2001 From: radius Date: Mon, 2 Jan 2017 14:47:05 -0500 Subject: [PATCH] add ccache for win32 builds too --- recipes/windows/cores-windows-x86_dw2-cross.conf | 2 +- recipes/windows/cores-windows-x86_dw2-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-cross.conf b/recipes/windows/cores-windows-x86_dw2-cross.conf index 66fc122a..2169bebf 100644 --- a/recipes/windows/cores-windows-x86_dw2-cross.conf +++ b/recipes/windows/cores-windows-x86_dw2-cross.conf @@ -1,4 +1,4 @@ -PATH /mingw32/bin/ +PATH /mingw32/lib/ccache/bin/:/mingw32/bin/ platform MINGW32 PLATFORM windows ARCH x86 diff --git a/recipes/windows/cores-windows-x86_dw2-generic.conf b/recipes/windows/cores-windows-x86_dw2-generic.conf index 66fc122a..2169bebf 100644 --- a/recipes/windows/cores-windows-x86_dw2-generic.conf +++ b/recipes/windows/cores-windows-x86_dw2-generic.conf @@ -1,4 +1,4 @@ -PATH /mingw32/bin/ +PATH /mingw32/lib/ccache/bin/:/mingw32/bin/ platform MINGW32 PLATFORM windows ARCH x86 diff --git a/recipes/windows/cores-windows-x86_w32_dw2-generic.conf b/recipes/windows/cores-windows-x86_w32_dw2-generic.conf index 2ad2c575..ee6e4ce9 100644 --- a/recipes/windows/cores-windows-x86_w32_dw2-generic.conf +++ b/recipes/windows/cores-windows-x86_w32_dw2-generic.conf @@ -1,4 +1,4 @@ -PATH /mingw32_w32/bin/ +PATH /mingw32/lib/ccache/bin/:/mingw32_w32/bin/ platform MINGW32 PLATFORM windows ARCH x86