mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Makefile: fix compilation on FreeBSD
This commit is contained in:
parent
aecf3f55ce
commit
735d987303
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -805,6 +805,8 @@ else # ifdef MINGW
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
ifeq ($(PLATFORM),freebsd)
|
ifeq ($(PLATFORM),freebsd)
|
||||||
|
# Use the default C compiler
|
||||||
|
TOOLS_CC=cc
|
||||||
|
|
||||||
# flags
|
# flags
|
||||||
BASE_CFLAGS = \
|
BASE_CFLAGS = \
|
||||||
|
|
Loading…
Reference in a new issue