mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-17 10:11:12 +00:00
appveyor: let use CCACHE_PATH
This commit is contained in:
parent
d79804c119
commit
1afe83250d
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ os: MinGW
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
CC: ccache
|
CC: ccache
|
||||||
CCACHE_CC: C:\MinGW\bin\mingw32-gcc.exe
|
CCACHE_CC: mingw32-gcc.exe
|
||||||
|
CCACHE_PATH: C:\MinGW\bin
|
||||||
WINDRES: windres
|
WINDRES: windres
|
||||||
MINGW_SDK: c:\MinGW
|
MINGW_SDK: c:\MinGW
|
||||||
CFLAGS: -Wall -W -Werror
|
CFLAGS: -Wall -W -Werror
|
||||||
|
|
Loading…
Reference in a new issue