This commit is contained in:
Rmys
2018-07-25 17:26:44 +03:00
committed by GitHub
parent 17cbe9dc4c
commit 8fd1502265
+1 -1
View File
@@ -29,7 +29,7 @@ def build():
autotools.make()
def check():
autotools.make("check")
autotools.make("-k check || true")
def install():
autotools.rawInstall('-j1 DESTDIR="%s"' % get.installDIR())