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(): def build():
autotools.make() autotools.make()
def check(): #def check():
autotools.make("check") #autotools.make("check")
def install(): def install():
autotools.install() autotools.install()