mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix: build payload-import compile later
This commit is contained in:
parent
888347ea32
commit
3796b80e81
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
cd src
|
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 ..
|
cd ..
|
||||||
|
|
||||||
if match x${UPDATE_CHECKSUMS} xTrue; then
|
if match x${UPDATE_CHECKSUMS} xTrue; then
|
||||||
Loading…
Add table
Add a link
Reference in a new issue