summaryrefslogtreecommitdiff
path: root/_checkouts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosKian-Meng Ang2022-01-241-1/+1
|
* Improve rebar3 configure-deps plugin outputStu Tomlinson2020-09-231-2/+1
| | | | | Switch to using rebar_utils:sh/2 instead of os:cmd/1 to spawn ./configure so that output can be monitored and errors detected
* rebar3 plugin to support configure-deps command (#3392)Stu Tomlinson2020-09-214-0/+74
* rebar3 plugin to support configure-deps command To allow running configure on dependencies prior to compilation, add a rebar3 plugin to support the 'configure-deps' command introduced for rebar2 in a7639fd4 * Fix compatibility with OTP < 23 binary_to_atom/1 is new to OTP 23