From dc270ad10dfb0aff43ea14a71d28a2055f5a9261 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Mon, 11 Sep 2023 09:29:05 -0400 Subject: [PATCH] Update wibo --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 49a4b322e..6eedf1043 100644 --- a/configure.py +++ b/configure.py @@ -759,7 +759,7 @@ LIBS = [ COMPILERS_TAG = "1" DTK_TAG = "v0.4.1" SJISWRAP_TAG = "v1.1.0" -WIBO_TAG = "0.5.0" +WIBO_TAG = "0.5.1" # On Windows, we need this to use && in commands chain = "cmd /c " if os.name == "nt" else ""