ffinish
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoI_xD 2026-07-17 17:36:16 -07:00
commit 0b7e5ab901
6 changed files with 143 additions and 28 deletions

View file

@ -134,6 +134,10 @@ if (param_get("freetype2")) {
}
}
if (param_get("directwrite")) {
add_cflags("-DUSE_DIRECTWRITE");
}
if (param_get("vulkan") && param_get("vulkan-string-helper")) {
add_cflags("-DHAS_VK_ENUM_STRING_HELPER");
}