From 7aa59c6b92e36701ee9c70957602dfb047da0122 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 7 Apr 2023 09:13:05 +0200 Subject: [PATCH] sccache: more debug info 2 --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 4374efa2..ce7b33fe 100755 --- a/debian/rules +++ b/debian/rules @@ -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 ************)