windows shouldn't default to ft2 anyways

This commit is contained in:
IoIxD 2026-04-15 21:48:52 -07:00
commit 15c39a2405

2
configure vendored
View file

@ -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 {