From 8443d786e5234d66a4388a113088250205db40e6 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 15 Sep 2025 11:24:56 +0200 Subject: [PATCH] fix: use cc as linker as well, since it seems that there are a few issues with it. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc2c0dc..a7462c6 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ NAME = mcaselector-lite DEBUG ?= 0 CC ?= cc -LD ?= ld +LD ?= cc # setting default compilation flags # some of which are able to be overwritten, others are always appended