blob: 245f6939fa56de4d6e1a4416fcabe6243e2b39df [file] [log] [blame] [edit]
package(default_visibility = ["//visibility:public"])
cc_library(
name = "pico_stdlib",
srcs = ["stdlib.c"],
implementation_deps = [
"//src/common/pico_stdlib:pico_stdlib_interface",
"//src/host/pico_stdio",
],
target_compatible_with = ["//bazel/constraint:host"],
)