mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-19 23:54:12 +00:00
8 lines
130 B
Raku
8 lines
130 B
Raku
$library_suffix = ".dylib";
|
|
set_shared_flag("-dynamiclib");
|
|
|
|
use_backend("appkit");
|
|
|
|
add_cflags("-DSTBI_NO_THREAD_LOCALS");
|
|
|
|
1; |