ioquake / ioq3

The ioquake3 community effort to continue supporting/developing id's Quake III Arena
https://www.ioquake3.org/
GNU General Public License v2.0
2.34k stars 523 forks source link

Makefile: fix compilation on FreeBSD #660

Closed rilysh closed 1 month ago

rilysh commented 1 month ago

In the Makefile at line 1686, TOOLS_CC is used, which defined to only use gcc (at line 1549). FreeBSD now defaults to Clang, so the build breaks there. This patch addresses this.