From 7729b52cdd4bcef7454b09d0d11ca2249bed1653 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 26 Nov 2022 13:42:46 +0100 Subject: [PATCH] unbreak the libclc build --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 596648c2..fcc0e579 100755 --- a/debian/rules +++ b/debian/rules @@ -751,7 +751,7 @@ debian-libclc-build: -DLLVM_CMAKE_DIR=$(STAGE_2_BIN_DIR)/../ \ $(LIBCLC_LLVM_SPIRV) \ -DLIBCLC_TARGETS_TO_BUILD=$(LIBCLC_TARGETS_TO_BUILD); \ - ninja -j $(NJOBS) $(VERBOSE) + LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$(STAGE_2_LIB_DIR) ninja -j $(NJOBS) $(VERBOSE) ifndef LLVM_SPIRV echo "libclc built without SPIRV (.spv) outputs because llvm-spirv wasn't found" endif