Exec
resources for configure
and make
had fixed path
parameters, preventing its use with some shell resources. Now the user can pass a custom path via parameter $bin_path
for defined types gnu_build_system::configure
and gnu_build_system::make
.
My case started when I had to include a binary via which
in configure
vars. which
path varies by OS, so I had to change the path originally fixed.