appveyor: let use CCACHE_PATH

This commit is contained in:
Alam Ed Arias 2016-09-06 20:40:00 -04:00
parent d79804c119
commit 1afe83250d
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ os: MinGW
environment:
CC: ccache
CCACHE_CC: C:\MinGW\bin\mingw32-gcc.exe
CCACHE_CC: mingw32-gcc.exe
CCACHE_PATH: C:\MinGW\bin
WINDRES: windres
MINGW_SDK: c:\MinGW
CFLAGS: -Wall -W -Werror