Question

Is it possible to have bjam run a script prior to building? If so, how? I would like apply a patch to the code before compiling, but do not want to change the normal workflow for developers. Thanks!

Was it helpful?

Solution

Here's one way I've found that is quick

Echo [ SHELL "./myscript" ] ;

or you could use generators

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top