From ab80efd1983aa29ecaadf9791d6a8c0cfe9b33cf Mon Sep 17 00:00:00 2001 From: Garux Date: Sat, 4 Apr 2020 20:46:04 +0300 Subject: [PATCH] try to fix MAC compilation #40 --- tools/mbspc/mbspc/qbsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mbspc/mbspc/qbsp.h b/tools/mbspc/mbspc/qbsp.h index 2cc7319a..b1211818 100644 --- a/tools/mbspc/mbspc/qbsp.h +++ b/tools/mbspc/mbspc/qbsp.h @@ -46,7 +46,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define Com_Memcpy memcpy #define Q_vsnprintf vsnprintf #define Com_sprintf sprintf -#if defined __linux__ +#if defined ( __linux__ ) || defined ( __APPLE__ ) #define stricmp strcasecmp #endif // _ML_ added end