add librabbitmq binaries for macos for testing central controller

This commit is contained in:
Grant Limberg 2019-10-31 14:04:25 -07:00
commit 74478b24b0
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A
5 changed files with 3752 additions and 1 deletions

View file

@ -22,8 +22,9 @@ include objects.mk
ONE_OBJS+=osdep/MacEthernetTap.o osdep/MacKextEthernetTap.o ext/http-parser/http_parser.o
ifeq ($(ZT_CONTROLLER),1)
LIBS+=-lpq -lrabbitmq
LIBS+=-L/usr/local/opt/libpq/lib -lpq -Lext/librabbitmq/macos/lib -lrabbitmq
DEFS+=-DZT_CONTROLLER_USE_LIBPQ -DZT_CONTROLLER
INCLUDES+=-Iext/librabbitmq/macos/include -I/usr/local/opt/libpq/include
endif
# Official releases are signed with our Apple cert and apply software updates by default