Skip to content

Commit 9dd3ce5

Browse files
committed
correct bazel config
1 parent 4a775ee commit 9dd3ce5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rp2_common/pico_clib_interface/BUILD.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ cc_library(
9898
target_compatible_with = compatible_with_rp2(),
9999
)
100100

101-
# For now, picolibc doesn't need to provide any headers.
102-
alias(
101+
cc_library(
103102
name = "picolibc_interface",
104103
hdrs = [
105104
"include/picolibc/sys/cdefs.h",

0 commit comments

Comments
 (0)