ensure ape exists

This commit is contained in:
Brett Jia 2025-02-07 20:21:27 -05:00 committed by GitHub
parent 52a5b0c8d4
commit 8114336063
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,11 +54,13 @@ ARM64=${3:-aarch64}
NPROC=$(($(_nproc)/2))
GCCVER=14.1.0
MAKE=$(which_make)
APE=$(which_ape)
$MAKE -j$NPROC m= \
$APELINK
APE=$(which_ape)
$APE
$MAKE -j$NPROC m=$AMD64 \
o/cosmocc.h.txt \
o/$AMD64/ape/ape.lds \