mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-04-16 23:43:15 +00:00
Fix name of pico_lwip_mqtt in bazel build
This commit is contained in:
parent
438fda5d38
commit
b4bbac3fee
@ -138,8 +138,8 @@ cc_library(
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "pico_lwip_mqttt",
|
||||
actual = "@lwip//:pico_lwip_mqttt",
|
||||
name = "pico_lwip_mqtt",
|
||||
actual = "@lwip//:pico_lwip_mqtt",
|
||||
)
|
||||
|
||||
alias(
|
||||
|
@ -160,7 +160,7 @@ cc_library(
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "pico_lwip_mqttt",
|
||||
name = "pico_lwip_mqtt",
|
||||
srcs = ["src/apps/mqtt/mqtt.c"],
|
||||
deps = [":pico_lwip_core"],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user