From 4b6ec872c7680a2529e8c12a3ef9a4a349c1aff8 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 1 Oct 2013 17:19:24 -0400 Subject: More multicast fixes. --- Makefile.mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.mac') diff --git a/Makefile.mac b/Makefile.mac index a6637bf8..e195f088 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -3,6 +3,7 @@ CXX=g++ INCLUDES= DEFS=-DZT_ARCH="x86_combined" -DZT_OSNAME="mac" -DZT_TRACE +LIBS=-lm # Uncomment for a release optimized universal binary build CFLAGS=-arch i386 -arch x86_64 -Wall -O3 -ftree-vectorize -fstack-protector -pthread -mmacosx-version-min=10.6 -DNDEBUG $(INCLUDES) $(DEFS) @@ -13,7 +14,6 @@ STRIP=strip #STRIP=echo CXXFLAGS=$(CFLAGS) -fno-rtti -LIBS=-lm include objects.mk -- cgit v1.2.3