fix paths again

This commit is contained in:
Idris Kalp
2020-11-29 02:20:47 +03:00
parent 833b24144e
commit d61840a293
+1 -1
View File
@@ -14,7 +14,7 @@ libdir = "/usr/lib32/llvm" if get.buildTYPE() == "emul32" else "/usr/lib/llvm"
lib = "lib32" if get.buildTYPE() == "emul32" else "lib"
libsuffix = "32" if get.buildTYPE() == "emul32" else " "
NoStrip = ["/usr/lib/clang/%s/lib/linux" %get.srcVERSION()]
NoStrip = ["/usr/lib/clang/%s/lib/linux" % get.srcVERSION()]
WorkDir = "llvm-project-%s" % get.srcVERSION()