gforth: fix hostbuilt tool path

On repeated builds _PREFIX_FOR_BUILD is not set.

%ci:no-build
This commit is contained in:
Henrik Grimler 2022-02-13 20:37:28 +01:00
parent 62ea4b9987
commit 1d36a59974
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ termux_step_host_build() {
}
termux_step_pre_configure() {
PATH=$_PREFIX_FOR_BUILD/bin:$PATH
PATH=$TERMUX_PKG_HOSTBUILD_DIR/prefix/bin:$PATH
}
termux_step_post_configure() {