强制执行 GNUstep“捆绑”可执行
有谁知道如何让 GNUstep-make 编译捆绑包但使生成的二进制可执行文件?
Does anybody know how to get GNUstep-make to compile a bundle but make the resulting binary executable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想出了至少一种方法(也许是唯一的方法)。覆盖 BUNDLE_LDFLAGS:
可能不是最好的方法,但它对我有用。
I figured out at least one way to do it (perhaps the only way). Override BUNDLE_LDFLAGS:
Probably not the best way but it worked for me.