jbigkit:fix make

This commit is contained in:
alihanozturk
2017-02-12 13:03:03 +03:00
parent e947829e5d
commit c7706a08ed
+1 -1
View File
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
autotools.make("CC=%s CFLAGS='%s'" % (get.CC(), get.CFLAGS()))
autotools.make("-j1 CC=%s CFLAGS='%s'" % (get.CC(), get.CFLAGS()))
def check():
autotools.make("-j1 test")