Skip to content

Commit

Permalink
installdeps: fix for a01deb2: use msys2 ccache
Browse files Browse the repository at this point in the history
For msys2 dependencies in installdeps, make sure to only install msys2
layer ccache and NOT the mingw ccache, because the mingw ccache is
completely broken.
  • Loading branch information
rkitover committed Dec 23, 2018
1 parent a01deb2 commit ebd2e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installdeps
Expand Up @@ -749,7 +749,7 @@ windows_installdeps() {
check pacman -Sy

set --
for p in SDL2 ffmpeg openal sfml wxWidgets zlib binutils cmake ccache crt-git extra-cmake-modules gcc gcc-libs gdb headers-git make pkg-config tools-git windows-default-manifest libmangle-git nasm; do
for p in SDL2 ffmpeg openal sfml wxWidgets zlib binutils cmake crt-git extra-cmake-modules gcc gcc-libs gdb headers-git make pkg-config tools-git windows-default-manifest libmangle-git nasm; do
set -- "$@" "${target}-${p}"
done

Expand Down

0 comments on commit ebd2e74

Please sign in to comment.