Commit d6b88f4
authored
[Bazel] Remove dependency on system python on Windows too (#1681)
This is a followup of #1676.
Just a heads up with those changes (and the ones from #1676), things
will not work anymore for projects that don't use an hermetic python
toolchain because the interpreter will not be found.
Using the system python is not a great idea anyway, but I just wanted to
mention that because that forced our hand in adopting the hermetic
toolchain (we were planing on doing it at a later date), and I don't
know if this had been considered in #1676.1 parent c817c0c commit d6b88f4
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
0 commit comments