mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 03:35:20 +00:00
fix compile of objective-c files
This commit is contained in:
parent
6d0d90bb05
commit
e0aef5cb73
@ -30,6 +30,10 @@ BTdaemon_SOURCES = $(libBTstack_SOURCES) \
|
||||
sdp.c \
|
||||
$(springboard_access_sources)
|
||||
|
||||
# use $(CC) for Objective-C files
|
||||
.m.o:
|
||||
$(CC) $(CPPFLAGS) -c -o $@ $<
|
||||
|
||||
all: libBTstack.$(BTSTACK_LIB_EXTENSION) libBTstack.a BTdaemon
|
||||
|
||||
libBTstack.$(BTSTACK_LIB_EXTENSION): $(libBTstack_SOURCES)
|
||||
|
Loading…
x
Reference in New Issue
Block a user