mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
don't compile run_loop_embedded in standard build
This commit is contained in:
parent
4c642b9a5c
commit
ccaca820f5
@ -68,7 +68,7 @@ echo "BTstack configured for HCI $HCI_TRANSPORT Transport"
|
||||
|
||||
HAVE_SO_NOSIGPIPE="no"
|
||||
|
||||
RUN_LOOP_SOURCES="run_loop_posix.c run_loop_embedded.c"
|
||||
RUN_LOOP_SOURCES="run_loop_posix.c"
|
||||
case "$host_os" in
|
||||
darwin*)
|
||||
RUN_LOOP_SOURCES="$RUN_LOOP_SOURCES run_loop_cocoa.m"
|
||||
|
Loading…
x
Reference in New Issue
Block a user