From 26352907e0cf8d58c3faecde49bea55d8a6b4681 Mon Sep 17 00:00:00 2001 From: Idris Kalp Date: Sat, 5 Jun 2021 19:58:23 +0300 Subject: [PATCH] libclc fix --- x11/library/libclc/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/library/libclc/actions.py b/x11/library/libclc/actions.py index 6b55f77405..a0451b8a69 100755 --- a/x11/library/libclc/actions.py +++ b/x11/library/libclc/actions.py @@ -31,7 +31,7 @@ def setup(): pisitools.cxxflags.add("-m64") options = "-DLLVM_CLANG='/usr/bin/clang' \ -DLLVM_CONFIG='/usr/bin/llvm-config' \ - -DLLVM_SPIRV=/usr/lib \ + -DLLVM_SPIRV='/usr/lib' \ -DCMAKE_INSTALL_LIBDIR=lib \ "