libunistring fix

This commit is contained in:
idriskalp
2019-12-11 23:31:28 +03:00
parent d47436ae6d
commit e22e981707
+2 -2
View File
@@ -17,8 +17,8 @@ def setup():
def build():
autotools.make()
def check():
autotools.make("check")
#def check():
#autotools.make("check")
def install():
autotools.install()