From 73f0573fbac91226839fc921ac437ce58af94a20 Mon Sep 17 00:00:00 2001 From: idriskalp Date: Wed, 11 Dec 2019 23:49:10 +0300 Subject: [PATCH] libunistring fix --- system/base/libunistring/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/base/libunistring/actions.py b/system/base/libunistring/actions.py index b735ef49..8ebf36c9 100644 --- a/system/base/libunistring/actions.py +++ b/system/base/libunistring/actions.py @@ -18,7 +18,7 @@ def build(): autotools.make() def check(): - #autotools.make("check") + autotools.make("check") def install(): autotools.install()