mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Update the compiler_pieces of the RPi ARM compiler.
This commit is contained in:
parent
52e009a511
commit
1b066f11ad
|
|
@ -43,9 +43,9 @@ filegroup(
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "compiler_pieces",
|
name = "compiler_pieces",
|
||||||
srcs = glob([
|
srcs = glob([
|
||||||
"arm-linux-gnueabihf/**",
|
"arm-rpi-linux-gnueabihf/**",
|
||||||
"libexec/**",
|
"libexec/**",
|
||||||
"lib/gcc/arm-linux-gnueabihf/**",
|
"lib/gcc/arm-rpi-linux-gnueabihf/**",
|
||||||
"include/**",
|
"include/**",
|
||||||
]),
|
]),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user