Update the compiler_pieces of the RPi ARM compiler.

This commit is contained in:
Adam Hillier 2021-04-12 12:15:51 +01:00
parent 52e009a511
commit 1b066f11ad

View File

@ -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/**",
]),
)