aboutsummaryrefslogtreecommitdiff
path: root/_checkouts/configure_deps/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-24Fix typosKian-Meng Ang1-1/+1
2020-09-23Improve rebar3 configure-deps plugin outputStu Tomlinson1-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
2020-09-21rebar3 plugin to support configure-deps command (#3392)Stu Tomlinson3-0/+72
* 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