1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-04-01 04:20:33 +00:00

use remote_device_db_memory as fallback

This commit is contained in:
matthias.ringwald 2011-06-04 14:54:40 +00:00
parent 1cbd29c6c1
commit b344037f58

@ -80,6 +80,8 @@ case "$host_os" in
USE_COCOA_RUN_LOOP="no" USE_COCOA_RUN_LOOP="no"
BTSTACK_LIB_LDFLAGS="-shared -Wl,-rpath,\$(prefix)/lib" BTSTACK_LIB_LDFLAGS="-shared -Wl,-rpath,\$(prefix)/lib"
BTSTACK_LIB_EXTENSION="so" BTSTACK_LIB_EXTENSION="so"
REMOTE_DEVICE_DB_SOURCES="remote_device_db_memory.m"
REMOTE_DEVICE_DB="remote_device_db_memory"
;; ;;
esac esac