Merge pull request #7383 from IdrisKalp/master

libcroco again
This commit is contained in:
Idris Kalp
2020-01-08 19:54:23 +03:00
committed by GitHub
+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())