Skip to content

Commit

Permalink
Upgrade to Cosmopolitan v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jan 3, 2025
1 parent a8fd4d2 commit c293359
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.9.7
COSMOCC = .cosmocc/4.0.0
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.9.7:
build/download-cosmocc.sh $@ 3.9.7 3f559555d08ece35bab1a66293a2101f359ac9841d563419756efa9c79f7a150
.cosmocc/4.0.0:
build/download-cosmocc.sh $@ 4.0.0 15d8ab4442c94ce925f1d59884c772ab817af5e2889549c21ce5fa11c5d773bc

0 comments on commit c293359

Please sign in to comment.