From 84b417c22ea6b9ddcb3c9fcbe03ecf31e502a744 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 5 Mar 2022 10:33:34 +0100 Subject: [PATCH] Forgot to switch back to cc --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index feff5d9..23cead8 100644 --- a/config.mk +++ b/config.mk @@ -35,4 +35,4 @@ STLDFLAGS = $(LIBS) $(LDFLAGS) # `$(PKG_CONFIG) --libs freetype2` # compiler and linker -CC = clang +CC = cc