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}
312
312
313
313
foreach (tgt pico ipv4 ipv4-ipv6 ipv4-big ipv4-ipv6-big ipv4-bt ipv4-ipv6-bt ipv4-bt-big ipv4-ipv6-bt-big )
314
314
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
317
317
COMMAND cp lib${tgt}-${cpu}.a ../../../lib/${cpu}/lib${tgt}.a
318
318
)
319
319
endforeach ()
You can’t perform that action at this time.
0 commit comments