Commit fc7ed21
authored
allow setting RANLIB to something other than : (#1509)
bazel has no standard way to retrieve this value from the toolchain, but
some toolchains provide it and some build systems (like openssl) require
it for non-racy parallel builds.
Therefore, load it from user_vars if it's available, so users who know
their toolchains have it can use it.1 parent 2373ac5 commit fc7ed21
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
| |||
0 commit comments