Fix regression in cosmocc toolchain

This commit is contained in:
Justine Tunney 2023-11-15 21:41:53 -08:00
parent 1351d3cede
commit 8318d67503
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -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 \