emul32 check disaled.

This commit is contained in:
Ertuğrul Erata
2016-03-01 13:03:45 +02:00
parent 0240623b5e
commit 36de95863f
+4 -1
View File
@@ -25,7 +25,10 @@ def build():
autotools.make()
def check():
autotools.make("-j1 check")
if get.buildTYPE() == "emul32":
pass
else:
autotools.make("-j1 check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())