workaround the lib which cannot be found

This commit is contained in:
Sylvestre Ledru 2016-06-10 18:51:57 +00:00
parent 4205acbd2f
commit 00b768761d

2
debian/rules vendored
View File

@ -451,7 +451,7 @@ endif
# LLDB tests (CMake)
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
# Polly tests (CMake)