Merge pull request #983 from IdrisKalp/master

libunistring fix
This commit is contained in:
Idris Kalp
2019-12-11 23:50:44 +03:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@ def build():
autotools.make()
def check():
#autotools.make("check")
autotools.make("check")
def install():
autotools.install()