sccache create the log if needed

This commit is contained in:
Sylvestre Ledru 2022-10-16 22:48:31 +02:00
parent 268544a5aa
commit 9d0cc091ec

3
debian/rules vendored
View File

@ -514,6 +514,9 @@ override_dh_ocamlclean:
override_dh_ocaml:
override_dh_auto_configure: preconfigure
if test -f /opt/sccache/sccache; then \
touch $CCACHE_ERROR_LOG; \
fi
echo "Using gcc: "
$(CC) -v
mkdir -p $(TARGET_BUILD)