Makefile: fix compilation on FreeBSD

This commit is contained in:
rilysh 2024-05-18 12:10:32 +05:30 committed by Tim Angus
parent aecf3f55ce
commit 735d987303
1 changed files with 2 additions and 0 deletions

View File

@ -805,6 +805,8 @@ else # ifdef MINGW
#############################################################################
ifeq ($(PLATFORM),freebsd)
# Use the default C compiler
TOOLS_CC=cc
# flags
BASE_CFLAGS = \