daemon: avoid dependency to libgcc for libBTstackServer.dll

This commit is contained in:
Matthias Ringwald 2018-09-12 16:23:09 +02:00
parent fe8aebe6c4
commit 0a2968eba9

View File

@ -46,7 +46,7 @@ case "$host_os" in
mingw*)
echo "Building on mingw32"
btstack_run_loop_SOURCES="btstack_run_loop_windows.o"
LDFLAGS+="-lws2_32"
LDFLAGS+="-lws2_32 -static-libgcc"
BTSTACK_LIB_LDFLAGS="-shared"
BTSTACK_LIB_EXTENSION="dll"
REMOTE_DEVICE_DB_SOURCES="rfcomm_service_db_memory.o"