File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -312,8 +312,8 @@ target_link_libraries(ipv4-ipv6-bt-big-${cpu}
312312
313313foreach (tgt pico ipv4 ipv4-ipv6 ipv4-big ipv4-ipv6-big ipv4-bt ipv4-ipv6-bt ipv4-bt-big ipv4-ipv6-bt-big)
314314 add_custom_command (TARGET ${tgt} -${cpu} POST_BUILD
315- COMMAND ar d lib${tgt} -${cpu} .a stdio.c.obj stdio_uart.c.obj stdio_usb.c.obj stdio_usb_descriptors.c.obj pico_malloc.c.obj newlib_interface.c.obj
316- COMMAND ar d lib${tgt} -${cpu} .a btstack_flash_bank.c.obj # Need to override with our own implementation
315+ COMMAND arm-none-eabi- ar d lib${tgt} -${cpu} .a stdio.c.obj stdio_uart.c.obj stdio_usb.c.obj stdio_usb_descriptors.c.obj pico_malloc.c.obj newlib_interface.c.obj
316+ COMMAND arm-none-eabi- ar d lib${tgt} -${cpu} .a btstack_flash_bank.c.obj # Need to override with our own implementation
317317 COMMAND cp lib${tgt} -${cpu} .a ../../../lib/${cpu} /lib${tgt} .a
318318 )
319319endforeach ()
You can’t perform that action at this time.
0 commit comments