milsko/pl/ostype/Darwin.pl
IoIxD 1562c3b89e
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
cocoa backend postponed
2026-04-26 20:31:09 -07:00

10 lines
205 B
Raku

$library_suffix = ".dylib";
set_shared_flag("-dynamiclib");
#use_backend("cocoa");
new_object("src/backend/nococoa.m");
add_cflags("-DSTBI_NO_THREAD_LOCALS");
add_ldflags("-framework Cocoa -lobjc");
1;