mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Fix regression in cosmocc toolchain
This commit is contained in:
parent
1351d3cede
commit
8318d67503
1 changed files with 2 additions and 2 deletions
|
@ -478,8 +478,8 @@ fi
|
||||||
|
|
||||||
set -- \
|
set -- \
|
||||||
"$BIN/apelink" \
|
"$BIN/apelink" \
|
||||||
-l "$BIN/ape.elf" \
|
-l "$BIN/ape-x86_64.elf" \
|
||||||
-l "$BIN/ape.aarch64" \
|
-l "$BIN/ape-aarch64.elf" \
|
||||||
-M "$BIN/ape-m1.c" \
|
-M "$BIN/ape-m1.c" \
|
||||||
-o "$OUTPUT" \
|
-o "$OUTPUT" \
|
||||||
$APELINKFLAGS \
|
$APELINKFLAGS \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue