fix(payload-import): build static binary to remove /mes/loader runtime dependency in fiwix stage

This commit is contained in:
vxtls 2026-03-01 19:00:22 -05:00
parent 1b01d22612
commit 500bce68eb

View file

@ -6,7 +6,7 @@
set -ex
cd src
tcc -m32 -march=i386 -std=c89 -I../../tcc/tcc-0.9.27/include -o ${BINDIR}/payload-import payload-import.c
tcc -m32 -march=i386 -std=c89 -static -I../../tcc/tcc-0.9.27/include -o ${BINDIR}/payload-import payload-import.c
cd ..
if match x${UPDATE_CHECKSUMS} xTrue; then