mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
pico_lwip_arch is actually what depends on pico_rand (#2303)
This commit is contained in:
parent
7d0f44b8b7
commit
ba936d3049
1 changed files with 1 additions and 2 deletions
|
|
@ -299,8 +299,7 @@ if (EXISTS ${PICO_LWIP_PATH}/${LWIP_TEST_PATH})
|
|||
pico_mirrored_target_link_libraries(pico_lwip_freertos INTERFACE
|
||||
pico_async_context_base
|
||||
pico_lwip
|
||||
pico_lwip_contrib_freertos
|
||||
pico_rand)
|
||||
pico_lwip_contrib_freertos)
|
||||
|
||||
pico_add_subdirectory(tools)
|
||||
pico_promote_common_scope_vars()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue