Skip to content

Commit

Permalink
Attempt to fix bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Oct 15, 2024
1 parent 0c91aab commit 20b7b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rp2_common/pico_bootrom/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cc_library(
"//src/rp2_common/boot_bootrom_headers",
"//src/rp2_common/hardware_boot_lock:hardware_boot_lock_headers",
"//src/rp2_common/pico_flash:pico_flash_headers",
"//src/rp2_common/hardware_rcp:hardware_rcp",
] + select({
"//bazel/constraint:host": ["//src/host/hardware_sync"],
"//conditions:default": ["//src/rp2_common/hardware_sync"],
Expand Down

0 comments on commit 20b7b74

Please sign in to comment.