Does anybody know how to get GNUstep-make to compile a bundle but make the resulting binary executable?
Asked
Active
Viewed 102 times
1 Answers
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