From 15c39a2405a62c47f91b7a683ac367bc67332af7 Mon Sep 17 00:00:00 2001 From: IoIxD Date: Wed, 15 Apr 2026 21:48:52 -0700 Subject: [PATCH] windows shouldn't default to ft2 anyways --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a6e5941..98a6b3a 100755 --- a/configure +++ b/configure @@ -132,7 +132,7 @@ foreach my $l (@ARGV) { } } -if($target ne "Darwin" and $target ne "ClassicMacOS") { +if($target ne "Darwin" and $target ne "ClassicMacOS" and $target ne "Windows") { param_set("freetype2", 1); param_set("stb-truetype", 0); } else {