tshark: add hostbuild dir to path in pre configure instead
This commit is contained in:
parent
a9ac012fa8
commit
780fede5a5
@ -16,5 +16,8 @@ TERMUX_PKG_HOSTBUILD=yes
|
||||
|
||||
termux_step_host_build() {
|
||||
gcc $TERMUX_PKG_SRCDIR/tools/lemon/lemon.c -o lemon
|
||||
}
|
||||
|
||||
termux_step_pre_configure() {
|
||||
export PATH=$TERMUX_PKG_HOSTBUILD_DIR:$PATH
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user