Release Cosmopolitan v3.2.4

This commit is contained in:
Justine Tunney 2024-01-08 14:23:43 -08:00
parent df648fb174
commit cb19e172da
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
6 changed files with 12 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# cosmopolitan toolchain packager
#
# tool/cosmocc/package.sh
# cd cosmocc/latest
# cd cosmocc
# zip -ry9 ../cosmocc.zip .
#
@ -15,7 +15,7 @@ mode() {
esac
}
OUTDIR=${1:-cosmocc/latest}
OUTDIR=${1:-cosmocc}
APELINK=o/$(mode)/tool/build/apelink.com
AMD64=${2:-x86_64}
ARM64=${3:-aarch64}