mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-17 06:34:08 +00:00
10 lines
170 B
Raku
10 lines
170 B
Raku
$library_suffix = ".dylib";
|
|
set_shared_flag("-dynamiclib");
|
|
|
|
use_backend("cocoa");
|
|
|
|
add_cflags("-DSTBI_NO_THREAD_LOCALS");
|
|
add_ldflags("-framework Cocoa -lobjc");
|
|
|
|
1;
|