mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-31 19:20:26 +00:00
add OS X frameworks
This commit is contained in:
parent
b257117999
commit
b9169cb80a
@ -3,6 +3,8 @@ BTSTACK_ROOT = ../..
|
|||||||
CFLAGS = -g -Wall -I. -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/include -I${BTSTACK_ROOT}/chipset-cc256x
|
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../..
|
CFLAGS += -I/usr/local/include -I../../ble -I../.. -I../..
|
||||||
LDFLAGS = -L/usr/local/lib -lusb-1.0
|
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 = \
|
CORE = \
|
||||||
${BTSTACK_ROOT}/src/btstack_memory.c \
|
${BTSTACK_ROOT}/src/btstack_memory.c \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user