This commit is contained in:
Gautham 2024-04-21 01:14:58 -05:00
parent 3f40c8d7fb
commit 71a123fef7
1 changed files with 1 additions and 1 deletions

2
.github/cosmo/build vendored
View File

@ -25,7 +25,7 @@ apefat () {
OLDNAME_X86_64="$(basename -- "$2")"
OLDNAME_AARCH64="$(basename -- "$3")"
TARG_FOLD="$(dirname "$OUTPUT")"
"$APELINK" -l "$COSMO_DIR/bin/ape-x86_64.elf" \
"$COSMO_DIR/bin/apelink" -l "$COSMO_DIR/bin/ape-x86_64.elf" \
-l "$COSMO_DIR/bin/ape-aarch64.elf" \
-M "$COSMO_DIR/bin/ape-m1.c" \
-o "$OUTPUT" \