php: fix path of buildconf in hostbuild step
This commit is contained in:
parent
e46792aaa2
commit
98df76c309
@ -50,7 +50,7 @@ ac_cv_func_res_nsearch=no
|
||||
"
|
||||
|
||||
termux_step_host_build() {
|
||||
./buildconf --force
|
||||
(cd "$TERMUX_PKG_SRCDIR" && ./buildconf --force)
|
||||
"$TERMUX_PKG_SRCDIR/configure" ${TERMUX_PKG_EXTRA_HOSTBUILD_CONFIGURE_ARGS}
|
||||
make -j "$TERMUX_MAKE_PROCESSES"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user