Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve rebar3 configure-deps plugin output | Stu Tomlinson | 2020-09-23 | 1 | -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 Tomlinson | 2020-09-21 | 4 | -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 |