summaryrefslogtreecommitdiff
path: root/Makefile.mac
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-23 22:46:04 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2013-07-23 22:46:04 -0700
commit668c428051706e33a1d5a411a1b446ca865a4854 (patch)
tree07c80e0e5b750efb3da385e89d3e27ead83a5ce6 /Makefile.mac
parent10fc164fcbdeb678e224019d860738d016b6f030 (diff)
downloadinfinitytier-668c428051706e33a1d5a411a1b446ca865a4854.tar.gz
infinitytier-668c428051706e33a1d5a411a1b446ca865a4854.zip
Basic RPC stuff in Packet and PacketDecoder for RPC service support.
Diffstat (limited to 'Makefile.mac')
-rw-r--r--Makefile.mac5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.mac b/Makefile.mac
index bace24b2..5f6283ba 100644
--- a/Makefile.mac
+++ b/Makefile.mac
@@ -13,10 +13,7 @@ STRIP=strip
#STRIP=echo
CXXFLAGS=$(CFLAGS) -fno-rtti
-
-# We statically link against libcrypto since Apple has apparently decided
-# to deprecate it and may remove it in future OS releases.
-LIBS=ext/bin/libcrypto/mac-x86_combined/libcrypto.a
+LIBS=-lcrypto
include objects.mk