Update configure
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-09-18 15:45:38 +09:00
commit 6026c390d9

4
configure vendored
View file

@ -87,8 +87,8 @@ sub def_platform {
if($target eq "Windows") {
param_set("freetype2", 0);
param_set("stb-truetype", 0);
param_set("dxd8", 1);
param_set("dxd9", 1);
param_set("d3d8", 1);
param_set("d3d9", 1);
} elsif($target ne "Darwin" and $target ne "ClassicMacOS" and $target ne "Haiku") {
param_set("freetype2", 1);
param_set("stb-truetype", 0);