Commit 536f8d9
Fix fail message construction in cc_shared_library
Previously, if there were many unaccounted for libraries, this would simply fail with:
```
Error in join: 'string' is not iterable
```
Closes bazelbuild#14697.
PiperOrigin-RevId: 4400909571 parent f51a7b6 commit 536f8d9
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- src/main/starlark/builtins_bzl/common/cc
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| |||
0 commit comments