views:

24

answers:

1

Does anybody know how to get GNUstep-make to compile a bundle but make the resulting binary executable?

A: 

I figured out at least one way to do it (perhaps the only way). Override BUNDLE_LDFLAGS:

BUNDLE_LDFLAGS = 

Probably not the best way but it worked for me.

d11wtq