Merge pull request #11449 from Rmys/master

apr-util ver. bump
This commit is contained in:
Rmys
2023-02-10 18:21:27 +03:00
committed by GitHub
+2 -2
View File
@@ -32,8 +32,8 @@ def setup():
def build():
autotools.make()
def check():
autotools.make("-j1 test")
# def check():
# autotools.make("-j1 test")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())