This commit is contained in:
parent
ad8173d562
commit
a30d306da0
5 changed files with 17 additions and 13 deletions
5
configure
vendored
5
configure
vendored
|
|
@ -82,7 +82,10 @@ my @features_keys = (
|
|||
);
|
||||
|
||||
sub def_platform {
|
||||
if($target ne "Darwin" and $target ne "ClassicMacOS" and $target ne "Windows" and $target ne "Haiku") {
|
||||
if($target eq "Windows") {
|
||||
param_set("freetype2", 0);
|
||||
param_set("stb-truetype", 0);
|
||||
} elsif($target ne "Darwin" and $target ne "ClassicMacOS" and $target ne "Haiku") {
|
||||
param_set("freetype2", 1);
|
||||
param_set("stb-truetype", 0);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue