Releases: EmersonPrado/gnu_build_system
Releases · EmersonPrado/gnu_build_system
Add parameters for binary paths in configure and make execs
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.
Rudimentary implementation of ./configure
./configure
execution implemented with exec
resource.
Installs gcc and make
v0.1.0 Include CHANGELOG for tag 0.1.0