Skip to content

Commit

Permalink
Upgrade to cosmocc v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jan 5, 2024
1 parent a6d041a commit 2b1fef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#── vi: set noet ft=make ts=8 sw=8 fenc=utf-8 :vi ────────────────────┘

PREFIX = /usr/local
COSMOCC = cosmocc/3.2
COSMOCC = cosmocc/3.2.1
TOOLCHAIN = $(COSMOCC)/bin/cosmo

AR = $(TOOLCHAIN)ar
Expand Down Expand Up @@ -50,5 +50,5 @@ clean:; rm -rf o
.PHONY: distclean
distclean:; rm -rf o cosmocc

cosmocc/3.2:
build/download-cosmocc.sh $@ 3.2 28b48682595f0f46b45ab381118cdffdabc8fcfa29aa54e301fe6ffe35269f5e
cosmocc/3.2.1:
build/download-cosmocc.sh $@ 3.2.1 c392eceb65736ab2b2700e3e0c3b05abbddd45ac9a7456c3e461f70d0ed8d01b

0 comments on commit 2b1fef9

Please sign in to comment.