fix the check if sccache

This commit is contained in:
Sylvestre Ledru 2023-04-05 13:41:53 +02:00
parent 5dfdf2e8d4
commit 7694515f60

6
debian/rules vendored
View File

@ -583,9 +583,9 @@ override_dh_ocamlclean:
override_dh_ocaml:
override_dh_auto_configure: preconfigure
if test -f $(SCCACHE_CMD); then \
ls -al $(SCCACHE_PATH)*; \
fi
ifeq (${SCCACHE_ENABLE},yes)
ls -al $(SCCACHE_PATH)*
endif
echo "Using gcc: "
$(CC) -v
$(CXX) -v