exa: fix build error where zlib.h was not found

This commit is contained in:
Leonid Pliushch 2019-04-15 00:58:23 +03:00
parent 49a1240018
commit 761b38b79c
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_pre_configure() {
rm $TERMUX_PKG_SRCDIR/Makefile
termux_setup_rust
CFLAGS="$CFLAGS $CPPFLAGS"
cargo update
}