Skip to content

Commit

Permalink
Upgrade to Cosmopolitan v3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Sep 18, 2024
1 parent 66a84d8 commit ce85577
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.8.0
COSMOCC = .cosmocc/3.9.1
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.8.0:
build/download-cosmocc.sh $@ 3.8.0 813c6b2f95062d2e0a845307a79505424cb98cb038e8013334f8a22e3b92a474
.cosmocc/3.9.1:
build/download-cosmocc.sh $@ 3.9.1 5eabd964554cc592d707d553697a450272290c07b88cc2e9503a299e00a13584

0 comments on commit ce85577

Please sign in to comment.