mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 19:23:41 +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_ocaml:
|
||||||
|
|
||||||
override_dh_auto_configure: preconfigure
|
override_dh_auto_configure: preconfigure
|
||||||
if test -f $(SCCACHE_CMD); then \
|
ifeq (${SCCACHE_ENABLE},yes)
|
||||||
ls -al $(SCCACHE_PATH)*; \
|
ls -al $(SCCACHE_PATH)*
|
||||||
fi
|
endif
|
||||||
echo "Using gcc: "
|
echo "Using gcc: "
|
||||||
$(CC) -v
|
$(CC) -v
|
||||||
$(CXX) -v
|
$(CXX) -v
|
||||||
|
Loading…
Reference in New Issue
Block a user