Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbekkomo committed Jun 9, 2024
1 parent 4bae936 commit 2de0ac8
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 @@ -15,7 +15,7 @@ termux_step_configure() {
curl -O https://raw.githubusercontent.com/kerl/kerl/master/kerl
chmod +x kerl
export KERL_CONFIGURE_OPTIONS="--without-javac --without-wx"
export KERL_USE_AUTOCONF=true
export KERL_USE_AUTOCONF=yes
CC=gcc CXX=g++ CFLAGS= LDFLAGS= ./kerl build-install 27.0 27.0 ~/.erl
source ~/.erl/activate
}
Expand Down

0 comments on commit 2de0ac8

Please sign in to comment.