fix: use cc as linker as well, since it seems that there are a few issues with it.

This commit is contained in:
2025-09-15 11:24:56 +02:00
parent f205a0e9aa
commit 8443d786e5

View File

@@ -5,7 +5,7 @@
NAME = mcaselector-lite NAME = mcaselector-lite
DEBUG ?= 0 DEBUG ?= 0
CC ?= cc CC ?= cc
LD ?= ld LD ?= cc
# setting default compilation flags # setting default compilation flags
# some of which are able to be overwritten, others are always appended # some of which are able to be overwritten, others are always appended