llvm fix deps

This commit is contained in:
Idris Kalp
2021-02-23 01:25:03 +03:00
parent 183dc42e9f
commit 24a1fb3931
+4 -4
View File
@@ -84,13 +84,13 @@ def setup():
def build():
shelltools.cd("build")
#shelltools.system("ninja")
cmaketools.make()
shelltools.system("ninja")
#cmaketools.make()
def install():
shelltools.cd("build")
#shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.system("DESTDIR=%s ninja install" % get.installDIR())
#cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
if get.buildTYPE() == "emul32":
pisitools.domove("/emul32/lib32/", "/usr/")