This commit is contained in:
IoIxD
2026-01-09 14:43:44 -07:00
parent 079cfa18b9
commit 2d3bd9213e
13 changed files with 402 additions and 69 deletions

8
pl/ostype/Darwin.pl Normal file
View File

@@ -0,0 +1,8 @@
$library_suffix = ".dylib";
set_shared_flag("-dynamiclib");
use_backend("appkit");
add_cflags("-DSTBI_NO_THREAD_LOCALS");
1;

View File

@@ -1,4 +1,4 @@
if (param_get("experimental-wayland")) {
IF (param_get("experimental-wayland")) {
use_backend("wayland", "x11");
}
else {