From 833b24144e711d5057e9af2587480b629b7f24a4 Mon Sep 17 00:00:00 2001 From: Idris Kalp Date: Sun, 29 Nov 2020 02:10:24 +0300 Subject: [PATCH] fix paths again --- programming/build/llvm/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py index b14646b3cd..aed1fae041 100755 --- a/programming/build/llvm/actions.py +++ b/programming/build/llvm/actions.py @@ -16,7 +16,7 @@ libsuffix = "32" if get.buildTYPE() == "emul32" else " " NoStrip = ["/usr/lib/clang/%s/lib/linux" %get.srcVERSION()] -WorkDir = "llvm-project-%s" %get.srcVERSION() +WorkDir = "llvm-project-%s" % get.srcVERSION() def setup(): #pisitools.ldflags.add("-fuse-ld=lld -rtlib=libgcc")