Skip to content

Commit

Permalink
Upgrade to Cosmopolitan 3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Oct 13, 2024
1 parent 4199dae commit 20fe696
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.9.3
COSMOCC = .cosmocc/3.9.4
TOOLCHAIN = $(COSMOCC)/bin/cosmo

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

.cosmocc/3.9.3:
build/download-cosmocc.sh $@ 3.9.3 37cfb39217b980b04dc256dc9a4ae55646c371a1b0e63d5a1e45bed3cc14ceae
.cosmocc/3.9.4:
build/download-cosmocc.sh $@ 3.9.4 04d2aca686e3b780f8dadbee2750bac28fdcca2aaedcc97375fb91bd38f94bdd

0 comments on commit 20fe696

Please sign in to comment.