Skip to content

Commit

Permalink
Upgrade to Cosmopolitan v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jul 28, 2024
1 parent fdd5d84 commit f40facc
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.6.0
COSMOCC = .cosmocc/3.6.2
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.6.0:
build/download-cosmocc.sh $@ 3.6.0 4918c45ac3e0972ff260e2a249e25716881e39fb679d5e714ae216a2ef6c3f7e
.cosmocc/3.6.2:
build/download-cosmocc.sh $@ 3.6.2 268aa82d9bfd774f76951b250f87b8edcefd5c754b8b409e1639641e8bd8d5bc

0 comments on commit f40facc

Please sign in to comment.