From 4462c6f0e5bb7af49ccd6e6ca79fa01132bc7fa7 Mon Sep 17 00:00:00 2001 From: Steven Casper Date: Mon, 24 Jun 2024 19:00:13 -0400 Subject: [PATCH] Downgrade Wibo to 0.6.11 0.6.14 fails to run the linker properly. This should help linux users get the project up and running. --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index f49c3e16..3a3a8455 100644 --- a/configure.py +++ b/configure.py @@ -136,7 +136,7 @@ config.compilers_tag = "20231018" config.dtk_tag = "v0.9.0" config.sjiswrap_tag = "v1.1.1" -config.wibo_tag = "0.6.14" +config.wibo_tag = "0.6.11" # Project config.config_path = Path("config") / config.version / "config.yml"