Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以让 bjam 在构建之前运行脚本?如果是这样,怎么做?我想在编译之前对代码应用补丁,但不想改变开发人员的正常工作流程。谢谢!
这是我发现的一种快速的方法
Echo [ SHELL "./myscript" ] ;
或者你可以使用生成器