Skip to content

Releases: EmersonPrado/gnu_build_system

Add parameters for binary paths in configure and make execs

07 Jul 19:42
Compare
Choose a tag to compare

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

08 May 17:42
Compare
Choose a tag to compare

./configure execution implemented with exec resource.

Installs gcc and make

08 May 17:57
Compare
Choose a tag to compare
v0.1.0

Include CHANGELOG for tag 0.1.0