don't compile run_loop_embedded in standard build

This commit is contained in:
matthias.ringwald 2011-08-06 08:57:06 +00:00
parent 4c642b9a5c
commit ccaca820f5

View File

@ -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"