This commit is contained in:
parent
5901291062
commit
6026c390d9
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue