This PR adds support for build systems (e.g. make) by adding a prefix_scripts option.
The option would default to true, meaning that this change is backwards compatible with existing configurations. Only by explicitly adding prefix_scripts: false would the new behaviour be enabled.
This PR adds support for build systems (e.g.
make
) by adding aprefix_scripts
option.The option would default to
true
, meaning that this change is backwards compatible with existing configurations. Only by explicitly addingprefix_scripts: false
would the new behaviour be enabled.