mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 02:10:27 +00:00
Use /usr/local/bin/ape on Apple Silicon
This commit is contained in:
parent
b893479417
commit
f63c4d4f52
6 changed files with 24 additions and 3 deletions
|
@ -37,6 +37,9 @@ done
|
|||
if [ -f /usr/bin/ape ]; then
|
||||
$SUDO rm -f /usr/bin/ape
|
||||
fi
|
||||
if [ -f /usr/local/bin/ape ]; then
|
||||
$SUDO rm -f /usr/local/bin/ape
|
||||
fi
|
||||
|
||||
# legacy installations
|
||||
rm -f o/tmp/ape /tmp/ape "${TMPDIR:-/tmp}/ape"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue