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 385032b commit a76bf80Copy full SHA for a76bf80
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.2
+COSMOCC = .cosmocc/3.9.3
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.2:
56
- build/download-cosmocc.sh $@ 3.9.2 f4ff13af65fcd309f3f1cfd04275996fb7f72a4897726628a8c9cf732e850193
+.cosmocc/3.9.3:
+ build/download-cosmocc.sh $@ 3.9.3 37cfb39217b980b04dc256dc9a4ae55646c371a1b0e63d5a1e45bed3cc14ceae
0 commit comments