mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-30 21:13:07 +00:00
appkit
This commit is contained in:
8
pl/ostype/Darwin.pl
Normal file
8
pl/ostype/Darwin.pl
Normal file
@@ -0,0 +1,8 @@
|
||||
$library_suffix = ".dylib";
|
||||
set_shared_flag("-dynamiclib");
|
||||
|
||||
use_backend("appkit");
|
||||
|
||||
add_cflags("-DSTBI_NO_THREAD_LOCALS");
|
||||
|
||||
1;
|
||||
@@ -1,4 +1,4 @@
|
||||
if (param_get("experimental-wayland")) {
|
||||
IF (param_get("experimental-wayland")) {
|
||||
use_backend("wayland", "x11");
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user