Skip to content

Add parameters for binary paths in configure and make execs

Latest
Compare
Choose a tag to compare
@EmersonPrado EmersonPrado released this 07 Jul 19:42
· 3 commits to master since this release

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.