fix example compile

This commit is contained in:
matthias.ringwald@gmail.com 2014-01-04 20:49:46 +00:00
parent f4220df52c
commit 2126dff7b6

View File

@ -1,4 +1,3 @@
include $(THEOS)/makefiles/common.mk
# lipoplastic setup for armv6 + arm64 compilation
TARGET := iphone:clang
@ -9,7 +8,7 @@ TARGET_IPHONEOS_DEPLOYMENT_VERSION_arm64 = 7.0
ARCHS = armv6 arm64
ADDITIONAL_CFLAGS = -I.. -I../include
ADDITIONAL_LDFLAGS = -L../src/obj -lBTstack
ADDITIONAL_LDFLAGS = -L../src/.theos/obj -lBTstack
TOOL_NAME = inquiry l2cap-test rfcomm-echo rfcomm-cat rfcomm-test l2cap-server l2cap-throughput
@ -21,4 +20,5 @@ l2cap-test_FILES = test.c
l2cap-server_FILES = l2cap-server.c
l2cap-throughput_FILES = l2cap-throughput.c
include $(THEOS)/makefiles/common.mk
include $(THEOS_MAKE_PATH)/tool.mk