We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7517a5f commit 180a013Copy full SHA for 180a013
build/config.mk
@@ -2,7 +2,7 @@
2
#── vi: set noet ft=make ts=8 sw=8 fenc=utf-8 :vi ────────────────────┘
3
4
PREFIX = /usr/local
5
-COSMOCC = .cosmocc/3.9.1
+COSMOCC = .cosmocc/3.9.2
6
TOOLCHAIN = $(COSMOCC)/bin/cosmo
7
8
CC = $(TOOLCHAIN)cc
@@ -52,5 +52,5 @@ clean:; rm -rf o
52
.PHONY: distclean
53
distclean:; rm -rf o .cosmocc
54
55
-.cosmocc/3.9.1:
56
- build/download-cosmocc.sh $@ 3.9.1 5eabd964554cc592d707d553697a450272290c07b88cc2e9503a299e00a13584
+.cosmocc/3.9.2:
+ build/download-cosmocc.sh $@ 3.9.2 f4ff13af65fcd309f3f1cfd04275996fb7f72a4897726628a8c9cf732e850193
0 commit comments