Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
mbekkomo committed Jun 9, 2024
1 parent dfed462 commit 4bae936
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/rebar3/build.sh
Original file line number Diff line number Diff line change
@@ -15,7 +15,8 @@ termux_step_configure() {
curl -O https://raw.githubusercontent.com/kerl/kerl/master/kerl
chmod +x kerl
export KERL_CONFIGURE_OPTIONS="--without-javac --without-wx"
CC=gcc CXX=gcc CFLAGS= LDFLAGS= ./kerl build-install 27.0 27.0 ~/.erl
export KERL_USE_AUTOCONF=true
CC=gcc CXX=g++ CFLAGS= LDFLAGS= ./kerl build-install 27.0 27.0 ~/.erl
source ~/.erl/activate
}

0 comments on commit 4bae936

Please sign in to comment.