wip haiku
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-28 17:44:59 +00:00
commit f23a466d33
3 changed files with 60 additions and 1 deletions

View file

@ -98,6 +98,7 @@ if (grep(/^cocoa$/, @backends) || param_get("gnustep")) {
if (grep(/^haiku$/, @backends)) {
add_cflags("-DUSE_HAIKU");
new_object("src/backend/haiku.cxx");
add_libs("-lbe");
}
if (param_get("stb-image")) {