From e22e9817077289bf7b7a102d70cc99435ed53ed2 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Wed, 11 Dec 2019 23:31:28 +0300 Subject: [PATCH] libunistring fix --- system/base/libunistring/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/base/libunistring/actions.py b/system/base/libunistring/actions.py index 19d9c5ca..f3a4adf4 100644 --- a/system/base/libunistring/actions.py +++ b/system/base/libunistring/actions.py @@ -17,8 +17,8 @@ def setup(): def build(): autotools.make() -def check(): - autotools.make("check") +#def check(): + #autotools.make("check") def install(): autotools.install()