Mint APE Loader v1.10

This commit is contained in:
Justine Tunney 2023-12-31 11:43:13 -08:00
parent c9550afe5e
commit 81949f038e
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
7 changed files with 7 additions and 6 deletions

View file

@ -108,7 +108,7 @@ On Apple Silicon, `aarch64-unknown-cosmo-cc` produces ELF binaries. If
you build a hello world program, then you need to say `ape ./hello`. If
you don't have an `ape` command then run `cc -o ape bin/ape-m1.c` which
should be moved to `/usr/local/bin/ape`. Your APE interpreter might
already exist under a path like `$TMPDIR/.ape-1.9`. It's important to
already exist under a path like `$TMPDIR/.ape-1.10`. It's important to
note this is only a gotcha for the cross compiler. Your `cosmocc`
compiler wraps the actual ELF binaries with a shell script that'll
extract and compile an APE loader automatically, as needed. This also