From 27c9eb97c1f623b82f3fc51781270cf7c376b545 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Mon, 20 Apr 2026 02:48:51 +0900 Subject: [PATCH] fix as ioi intended this --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 3c0d63d..5bd5cc6 100755 --- a/configure +++ b/configure @@ -78,7 +78,7 @@ if($target ne "Darwin" and $target ne "ClassicMacOS" and $target ne "Windows") { param_set("stb-truetype", 0); } else { param_set("freetype2", 0); - param_set("stb-truetype", 0); + param_set("stb-truetype", 1); } if($target eq "Linux") {