Skip to content

Commit

Permalink
Upgrade to Cosmopolitan v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jul 1, 2024
1 parent 1346ef4 commit 3fc00b1
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.5.2
COSMOCC = .cosmocc/3.5.3
TOOLCHAIN = $(COSMOCC)/bin/cosmo

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

.cosmocc/3.5.2:
build/download-cosmocc.sh $@ 3.5.2 69d319eb6f5e9f2581949e60cea8e419e0d7d4095c0c79ac627f5a77490f6240
.cosmocc/3.5.3:
build/download-cosmocc.sh $@ 3.5.3 4f0850a01a2d83417de21ee79bea09ffddeab4bf9061b072ddbe5522a28d73c6

0 comments on commit 3fc00b1

Please sign in to comment.