i think we're now linking to gnustep properly
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
a4c61b0e38
commit
7d85a784f5
2 changed files with 6 additions and 2 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue