fix: build payload-import compile later

This commit is contained in:
vxtls 2026-03-20 08:23:50 -04:00
parent 888347ea32
commit 3796b80e81

View file

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