Skip to content

Commit

Permalink
Makefile: fix compilation on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
rilysh authored and timangus committed May 18, 2024
1 parent aecf3f5 commit 735d987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,8 @@ else # ifdef MINGW
#############################################################################

ifeq ($(PLATFORM),freebsd)
# Use the default C compiler
TOOLS_CC=cc

# flags
BASE_CFLAGS = \
Expand Down

0 comments on commit 735d987

Please sign in to comment.