Mention cosmocc-0.0.16 in Makefile

This commit is contained in:
Justine Tunney 2023-11-01 12:08:50 -07:00
parent 55d5d6bbc0
commit 6ca5ab4680
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -85,7 +85,7 @@ endif
ifeq ($(TOOLCHAIN),) # if TOOLCHAIN isn't defined
ifeq ("$(wildcard o/third_party/gcc/bin/x86_64-linux-cosmo-*)","") # if our gcc isn't unbundled
ifneq ($(UNAME_M)-$(UNAME_S), x86_64-Linux) # if this is not amd64 linux
$(error you need to download https://justine.lol/cosmocc-0.0.14.zip and unzip it inside the cosmo directory)
$(error you need to download https://justine.lol/cosmocc-0.0.16.zip and unzip it inside the cosmo directory)
endif
endif
endif