Minor MacOSX dedicated server tweak, zlib enabled.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3317 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2009-07-19 11:05:00 +00:00
parent 2e10193d27
commit 150fdb2bd4
1 changed files with 2 additions and 1 deletions

View File

@ -673,7 +673,8 @@ ifneq ($(shell echo $(FTE_TARGET)|grep macosx),)
SV_OBJS=$(COMMON_OBJS) $(SERVER_OBJS) $(PROGS_OBJS) $(SERVERONLY_OBJS)
SV_EXE_NAME=../macosx_fteqw.sv$(EXTENSION)$(BITS)
SV_CFLAGS=$(SERVER_ONLY_CFLAGS)
SV_CFLAGS=$(SERVER_ONLY_CFLAGS)
SV_LDFLAGS=-lz
#seems, macosx has a more limited version of strip
STRIPFLAGS=