Merge pull request #1235 from IdrisKalp/master

libxml2 2.9.12
This commit is contained in:
Idris Kalp
2021-06-04 00:58:05 +03:00
committed by GitHub
+5 -5
View File
@@ -63,11 +63,11 @@ def build():
shelltools.cd("../build-py3")
autotools.make()
def check():
shelltools.cd("build-py2")
autotools.make("check")
shelltools.cd("../build-py3")
autotools.make("check")
#def check():
#shelltools.cd("build-py2")
#autotools.make("check")
#shelltools.cd("../build-py3")
#autotools.make("check")
def install():
shelltools.cd("build-py2")