tshark: add hostbuild dir to path in pre configure instead

This commit is contained in:
Henrik Grimler 2019-05-24 23:02:04 +02:00 committed by Yaksh Bariya
parent a9ac012fa8
commit 780fede5a5
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -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
}