mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
add librabbitmq binaries for macos for testing central controller
This commit is contained in:
parent
0767ea5d69
commit
74478b24b0
5 changed files with 3752 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue