Update wibo

This commit is contained in:
Luke Street
2023-09-11 09:29:05 -04:00
committed by GitHub
parent b637eaf4eb
commit dc270ad10d
+1 -1
View File
@@ -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 ""