diff options
| author | Grant Limberg <[email protected]> | 2020-05-11 16:02:49 -0700 |
|---|---|---|
| committer | Grant Limberg <[email protected]> | 2020-05-11 16:48:14 -0700 |
| commit | d699116795b5e1db30798b8abb59b4fa3e70ea13 (patch) | |
| tree | 7b6d7ad208902ce61f48ad1964ae2f365f59dff6 /make-mac.mk | |
| parent | 8f3a0b17ad95b298b6435ac68cd53fbfb630dd97 (diff) | |
mac deps
Diffstat (limited to 'make-mac.mk')
| -rw-r--r-- | make-mac.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/make-mac.mk b/make-mac.mk index fccfea7b..6625dc85 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -28,10 +28,9 @@ include objects.mk ONE_OBJS+=osdep/MacEthernetTap.o osdep/MacKextEthernetTap.o ext/http-parser/http_parser.o ifeq ($(ZT_CONTROLLER),1) - LIBS+=-L/usr/local/opt/libpq/lib -lpq + LIBS+=-L/usr/local/opt/libpq/lib -lpq -Lext/redis-plus-plus-1.1.1/install/macos/lib -lredis++ -Lext/hiredis-0.14.1/lib/macos -lhiredis DEFS+=-DZT_CONTROLLER_USE_LIBPQ -DZT_CONTROLLER_USE_REDIS -DZT_CONTROLLER - INCLUDES+=-I/usr/local/opt/libpq/include -Iext/hiredis-vip-0.3.0 - ONE_OBJS+=ext/hiredis-vip-0.3.0/adlist.o ext/hiredis-vip-0.3.0/async.o ext/hiredis-vip-0.3.0/command.o ext/hiredis-vip-0.3.0/crc16.o ext/hiredis-vip-0.3.0/dict.o ext/hiredis-vip-0.3.0/hiarray.o ext/hiredis-vip-0.3.0/hircluster.o ext/hiredis-vip-0.3.0/hiredis.o ext/hiredis-vip-0.3.0/hiutil.o ext/hiredis-vip-0.3.0/net.o ext/hiredis-vip-0.3.0/read.o ext/hiredis-vip-0.3.0/sds.o + INCLUDES+=-I/usr/local/opt/libpq/include -Iext/hiredis-0.14.1/include/ -Iext/redis-plus-plus-1.1.1/install/macos/include/sw/ endif # Official releases are signed with our Apple cert and apply software updates by default |
