From 735d987303f79b8873e0b05317f156acf7f03a76 Mon Sep 17 00:00:00 2001 From: rilysh Date: Sat, 18 May 2024 12:10:32 +0530 Subject: [PATCH] Makefile: fix compilation on FreeBSD --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 25ba0a9fb4..f90c785c4c 100644 --- a/Makefile +++ b/Makefile @@ -805,6 +805,8 @@ else # ifdef MINGW ############################################################################# ifeq ($(PLATFORM),freebsd) + # Use the default C compiler + TOOLS_CC=cc # flags BASE_CFLAGS = \