Skip to content

Commit 180a013

Browse files
committed
Upgrade to Cosmopolitan v3.9.2
1 parent 7517a5f commit 180a013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/config.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#── vi: set noet ft=make ts=8 sw=8 fenc=utf-8 :vi ────────────────────┘
33

44
PREFIX = /usr/local
5-
COSMOCC = .cosmocc/3.9.1
5+
COSMOCC = .cosmocc/3.9.2
66
TOOLCHAIN = $(COSMOCC)/bin/cosmo
77

88
CC = $(TOOLCHAIN)cc
@@ -52,5 +52,5 @@ clean:; rm -rf o
5252
.PHONY: distclean
5353
distclean:; rm -rf o .cosmocc
5454

55-
.cosmocc/3.9.1:
56-
build/download-cosmocc.sh $@ 3.9.1 5eabd964554cc592d707d553697a450272290c07b88cc2e9503a299e00a13584
55+
.cosmocc/3.9.2:
56+
build/download-cosmocc.sh $@ 3.9.2 f4ff13af65fcd309f3f1cfd04275996fb7f72a4897726628a8c9cf732e850193

0 commit comments

Comments
 (0)