summaryrefslogtreecommitdiff
path: root/Makefile.mac
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-01 17:19:36 -0400
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-10-01 17:19:36 -0400
commit929ed5d8b8bf9b9e86c64615bb706d2d52f09246 (patch)
tree749d61f10565f7975b10d372916cc8a9a811d863 /Makefile.mac
parent676f391ccf5c1112d1725992dd444ac4084b570a (diff)
parent4b6ec872c7680a2529e8c12a3ef9a4a349c1aff8 (diff)
downloadinfinitytier-929ed5d8b8bf9b9e86c64615bb706d2d52f09246.tar.gz
infinitytier-929ed5d8b8bf9b9e86c64615bb706d2d52f09246.zip
Merge branch 'adamierymenko-dev' of /Users/api/Code/local-ZeroTierOne into adamierymenko-dev
Diffstat (limited to 'Makefile.mac')
-rw-r--r--Makefile.mac2
1 files changed, 1 insertions, 1 deletions
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