mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 16:17:52 +00:00
fix the check if sccache
This commit is contained in:
parent
5dfdf2e8d4
commit
7694515f60
6
debian/rules
vendored
6
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user