Merge pull request #372 from ertugerata/master

check disabled.
This commit is contained in:
Ertuğrul Erata
2016-03-20 09:25:09 +02:00
+2 -2
View File
@@ -23,8 +23,8 @@ def setup():
def build():
autotools.make('LDFLAGS="%s"' % get.LDFLAGS())
def build():
autotools.make("check")
#def check():
# autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())