diff --git a/debian/rules b/debian/rules index c92b7527..044b55f7 100755 --- a/debian/rules +++ b/debian/rules @@ -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)