Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix ccache call
  • Loading branch information
3nids committed Feb 22, 2021
1 parent e14ed07 commit e85f838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms-windows/mingw/build.sh
Expand Up @@ -123,7 +123,7 @@ mingw$bits-make -C"$BUILDDIR" -j"$njobs" DESTDIR="${installroot}" install VERBOS
echo "::endgroup::"

#echo "ccache statistics"
mingw$bits-ccache -s
ccache -s

# Remove plugins with missing dependencies
rm -rf "${installroot}/share/qgis/python/plugins/{MetaSearch,processing}"
Expand Down

0 comments on commit e85f838

Please sign in to comment.