From 180a47727b08c749773888a47e62ebdc81a3da8a Mon Sep 17 00:00:00 2001 From: Partouf Date: Sat, 14 Dec 2024 14:19:52 +0100 Subject: [PATCH] include llvm binaries --- build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index 6d30fbc..74e4cb3 100755 --- a/build/build.sh +++ b/build/build.sh @@ -234,7 +234,7 @@ llvm-spirv) ;; llvm-*) BASENAME=llvm - NINJA_TARGET=install-llvm-headers + NINJA_TARGET="install-llvm-headers install-llvm-libraries" NINJA_TARGET_RUNTIMES= # strip prefix from front of version VERSION=${VERSION#llvm-}