Fix clang compile with ccache

This commit is contained in:
manongjohn 2021-04-18 16:05:00 -04:00
parent 5b5a439251
commit 2169ebaff5

View file

@ -13,7 +13,7 @@ echo ">>> Generating libmypaint environment"
./autogen.sh ./autogen.sh
echo ">>> Configuring libmypaint build" echo ">>> Configuring libmypaint build"
./configure sudo ./configure
echo ">>> Building libmypaint" echo ">>> Building libmypaint"
sudo make sudo make