emul32 check disaled.
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user