mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-11 02:04:22 +00:00
workaround the lib which cannot be found
This commit is contained in:
parent
4205acbd2f
commit
00b768761d
2
debian/rules
vendored
2
debian/rules
vendored
@ -451,7 +451,7 @@ endif
|
|||||||
|
|
||||||
# LLDB tests (CMake)
|
# LLDB tests (CMake)
|
||||||
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel))
|
ifeq (,$(filter $(DEB_HOST_ARCH), $(LLDB_DISABLE_ARCHS) armhf armel))
|
||||||
$(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-lldb || true
|
LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(CURDIR)/$(TARGET_BUILD)/lib/ $(MAKE) $(NJOBS) -C $(TARGET_BUILD) check-lldb || true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Polly tests (CMake)
|
# Polly tests (CMake)
|
||||||
|
Loading…
Reference in New Issue
Block a user