Skip to content

Commit

Permalink
rebar3: use ERL_LIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
mbekkomo committed Apr 7, 2024
1 parent dc57dcd commit ed45b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rebar3/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TERMUX_PKG_PLATFORM_INDEPENDENT=true

termux_step_make() {
set -x
OTPROOT="$TERMUX_PREFIX/lib/erlang" escript bootstrap
ERL_LIBS="$TERMUX_PREFIX/lib/erlang" escript bootstrap
install -Dm755 -t "${TERMUX_PREFIX}/bin" rebar3
set +x
}

0 comments on commit ed45b25

Please sign in to comment.