Commit 3b27e89
authored
Builds will fail due to the toolchain type not matching on `ppc64le`
without this change. Note that `ppc64le` and `ppc` are different
architectures.
## PR Type
What kind of change does this PR introduce?
- [x] Bugfix
## What is the current behavior?
Builds fail on `ppc64le`.
## What is the new behavior?
They don't fail due to the wrong toolchain type.
## Does this PR introduce a breaking change?
- [ ] Yes
- [x] No
1 parent 05e425c commit 3b27e89
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments