Skip to content

Commit

Permalink
fix build depends
Browse files Browse the repository at this point in the history
  • Loading branch information
mbekkomo committed Mar 23, 2024
1 parent 841472c commit adb3d09
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 @@ -10,11 +10,11 @@ TERMUX_PKG_VERSION=3.22.1
TERMUX_PKG_SRCURL=https://github.com/erlang/rebar3/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=2855b5784300865d2e43cb7a135cb2bba144cf15214c619065b918afc8cc6eb9
TERMUX_PKG_DEPENDS="erlang"
TERMUX_PKG_BUILD_DEPENDS="erlang"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true

termux_step_make() {
ls
HOME=. escript bootstrap
}

Expand Down

0 comments on commit adb3d09

Please sign in to comment.