libcxx-11.1.0 ver. bump

This commit is contained in:
Rmys
2021-02-20 21:58:55 +03:00
committed by GitHub
parent 51408a188a
commit 672cff5263
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import get
WorkDir = "llvm-project-%s" %get.srcVERSION()
WorkDir = "llvm-project-%s.src" % get.srcVERSION()
NoStrip = ["/usr"]