0

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

d11wtq
  • 34,788
  • 19
  • 120
  • 195

1 Answers1

1

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
  • 34,788
  • 19
  • 120
  • 195