cc65: hostbuild step needs to be run on every build

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

View File

@ -14,6 +14,11 @@ termux_step_host_build() {
make
}
termux_step_pre_configure() {
# hostbuild step have to be run everytime currently
rm -Rf $TERMUX_PKG_HOSTBUILD_DIR
}
termux_step_make() {
make clean -C src
make bin