mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 20:00:43 +00:00
sccache: more debug info 2
This commit is contained in:
parent
196d18fafc
commit
7aa59c6b92
3
debian/rules
vendored
3
debian/rules
vendored
@ -470,7 +470,8 @@ ifeq ($(shell test -e /opt/sccache/sccache && echo -n yes),yes)
|
||||
SCCACHE_CMAKE = -DCMAKE_C_COMPILER_LAUNCHER=$(SCCACHE_CMD) -DCMAKE_CXX_COMPILER_LAUNCHER=$(SCCACHE_CMD)
|
||||
export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/opt/sccache
|
||||
else
|
||||
$(info ************ /opt/sccache/sccache --version does no work ************)
|
||||
D=$(shell /opt/sccache/sccache --version)
|
||||
$(info ************ /opt/sccache/sccache --version does no work $D ************)
|
||||
endif
|
||||
else
|
||||
$(info ************ cannot find /opt/sccache/sccache ************)
|
||||
|
Loading…
Reference in New Issue
Block a user