Skip to content

Commit

Permalink
Upgrade to Cosmopolitan v3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed May 25, 2024
1 parent 69c2dd3 commit 866a129
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.3.7
COSMOCC = .cosmocc/3.3.8
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.3.7:
build/download-cosmocc.sh $@ 3.3.7 638c2c2d9ba968c240e296b3cf901ac60d3a6d9205eff68356673db47a94d836
.cosmocc/3.3.8:
build/download-cosmocc.sh $@ 3.3.8 61208872dea249fb9621e950a15f438d2db70b0ca3aa3e91f5e8d0b078fc328d

0 comments on commit 866a129

Please sign in to comment.