libcroco again

This commit is contained in:
idriskalp
2020-01-08 19:53:52 +03:00
parent 90fb24f2f5
commit 68c0d521f2
+2 -2
View File
@@ -14,8 +14,8 @@ def setup():
def build():
autotools.make()
#def check():
#autotools.make("test")
def check():
autotools.make("test")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())