mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-26 11:03:05 +00:00
appkit
This commit is contained in:
@@ -46,6 +46,13 @@ if (grep(/^wayland$/, @backends)) {
|
||||
$gl_libs = "-lGL -lGLU";
|
||||
}
|
||||
|
||||
if (grep(/^appkit$/, @backends)) {
|
||||
add_cflags("-DUSE_APPKIT");
|
||||
new_object("src/backend/appkit.m");
|
||||
|
||||
$gl_libs = "-lGL -lGLU";
|
||||
}
|
||||
|
||||
if (param_get("stb-image")) {
|
||||
add_cflags("-DUSE_STB_IMAGE");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user