add OS X frameworks

This commit is contained in:
matthias.ringwald 2014-06-07 10:22:37 +00:00
parent b257117999
commit b9169cb80a

View File

@ -3,6 +3,8 @@ BTSTACK_ROOT = ../..
CFLAGS = -g -Wall -I. -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/include -I${BTSTACK_ROOT}/chipset-cc256x
CFLAGS += -I/usr/local/include -I../../ble -I../.. -I../..
LDFLAGS = -L/usr/local/lib -lusb-1.0
# needed on OS X with libusb compiled stand alone
LDFLAGS += -framework IOKit -framework CoreFoundation -framework Foundation
CORE = \
${BTSTACK_ROOT}/src/btstack_memory.c \