Skip to content

Commit

Permalink
Update the compiler_pieces of the RPi ARM compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHillier committed Apr 12, 2021
1 parent 52e009a commit 1b066f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arm_compiler.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ filegroup(
filegroup(
name = "compiler_pieces",
srcs = glob([
"arm-linux-gnueabihf/**",
"arm-rpi-linux-gnueabihf/**",
"libexec/**",
"lib/gcc/arm-linux-gnueabihf/**",
"lib/gcc/arm-rpi-linux-gnueabihf/**",
"include/**",
]),
)
Expand Down

0 comments on commit 1b066f1

Please sign in to comment.