i think we're now linking to gnustep properly
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-04-13 18:39:21 -07:00
commit 7d85a784f5
2 changed files with 6 additions and 2 deletions

View file

@ -57,7 +57,9 @@ if (grep(/^cocoa$/, @backends) || param_get("gnustep")) {
new_object("src/backend/cocoa.m");
if(param_get("gnustep")){
add_ldflags("-lobjc -lgnustep-base -lm -lgnustep-gui");
add_incdir2("-I/usr/GNUstep/System/Library/Headers");
add_libdir("-L/usr/GNUstep/System/Library/Libraries");
add_ldflags("-fblocks -lobjc -lgnustep-base -lm -lgnustep-gui");
}
if (param_get("opengl")) {