Skip to content

Commit

Permalink
ensure ape exists
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Feb 8, 2025
1 parent 52a5b0c commit 8114336
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tool/cosmocc/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 8114336

Please sign in to comment.