Search code examples
objective-cbundlegnustep

Force a GNUstep "bundle" to be executable


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


Solution

  • 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.