Merge pull request #2054 from Rmys/master

dbus-glib rebuild
This commit is contained in:
Rmys
2024-12-23 12:35:43 +03:00
committed by GitHub
+2 -2
View File
@@ -23,8 +23,8 @@ def setup():
def build():
autotools.make()
# def check():
# autotools.make("check")
def check():
autotools.make("check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())