سؤال

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!

هل كانت مفيدة؟

المحلول

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

Echo [ SHELL "./myscript" ] ;

or you could use generators

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top