diff --git a/toolchain/templates/compiler.BUILD b/toolchain/templates/compiler.BUILD index 30dd95a..b163f89 100644 --- a/toolchain/templates/compiler.BUILD +++ b/toolchain/templates/compiler.BUILD @@ -38,7 +38,7 @@ filegroup( srcs = [ PREFIX, "{}/lib".format(PREFIX), - ] + glob(["lib/gcc/{}/*".format(PREFIX)]), + ] + glob(["lib/gcc/{}/**".format(PREFIX)]), ) # libraries, headers and executables.