mirror of
https://github.com/janet-lang/janet
synced 2025-01-12 08:30:26 +00:00
apelink
This commit is contained in:
parent
3f40c8d7fb
commit
71a123fef7
2
.github/cosmo/build
vendored
2
.github/cosmo/build
vendored
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user