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 zturtleman committed May 25, 2024
1 parent 3361885 commit c0f70a6
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 @@ -464,6 +464,8 @@ else # ifdef MINGW
#############################################################################

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

# flags
BASE_CFLAGS = \
Expand Down

0 comments on commit c0f70a6

Please sign in to comment.