mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-02 07:50:31 +00:00
ensure ape exists
This commit is contained in:
parent
52a5b0c8d4
commit
8114336063
1 changed files with 3 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue