mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 12:59:10 +00:00
sccache needs libcrypto.so.1.1 libssl.so.1.1. help him with ld lib path
This commit is contained in:
parent
f616f7d576
commit
7a069fc1f7
1
debian/rules
vendored
1
debian/rules
vendored
@ -426,6 +426,7 @@ ifeq ($(shell test -e /opt/sccache/sccache && echo -n yes),yes)
|
||||
SCCACHE_CMAKE = -DCMAKE_C_COMPILER_LAUNCHER=/opt/sccache/sccache -DCMAKE_CXX_COMPILER_LAUNCHER=/opt/sccache/sccache
|
||||
STAGE_1_CMAKE_EXTRA += $(SCCACHE_CMAKE)
|
||||
SCCACHE_ENABLE=yes
|
||||
export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/opt/sccache
|
||||
endif
|
||||
|
||||
GENERATOR=Ninja
|
||||
|
Loading…
Reference in New Issue
Block a user