mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-15 14:42:31 +00:00
update path for ios examples, too
This commit is contained in:
parent
2123836d92
commit
58fea31756
@ -13,5 +13,5 @@ rm -f btstack-config.h config.h layout Makefile src/Makefile example/Makefile ch
|
||||
cp platforms/ios/btstack-config-iphone.h btstack-config.h
|
||||
cp platforms/ios/Makefile.iphone Makefile
|
||||
cp platforms/ios/src/Makefile.iphone src/Makefile
|
||||
cp platforms/ios/example/Makefile.iphone example/Makefile
|
||||
cp platforms/ios/example/Makefile.iphone example/daemon/Makefile
|
||||
ln -s platforms/ios/layout .
|
@ -7,8 +7,10 @@ TARGET_IPHONEOS_DEPLOYMENT_VERSION = 3.0
|
||||
TARGET_IPHONEOS_DEPLOYMENT_VERSION_arm64 = 7.0
|
||||
ARCHS = armv6 arm64
|
||||
|
||||
ADDITIONAL_CFLAGS = -I.. -I../include
|
||||
ADDITIONAL_LDFLAGS = -L../src/.theos/obj -lBTstack
|
||||
BTSTACK_ROOT=../..
|
||||
|
||||
ADDITIONAL_CFLAGS = -I$(BTSTACK_ROOT) -I$(BTSTACK_ROOT)/include
|
||||
ADDITIONAL_LDFLAGS = -L$(BTSTACK_ROOT)/src/.theos/obj -lBTstack
|
||||
|
||||
TOOL_NAME = inquiry l2cap-test rfcomm-echo rfcomm-cat rfcomm-test l2cap-server l2cap-throughput
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user