Commit ace6215
authored
[bugfix] Reference os variable instead of os function (#630)
on toolchain/internal/common.bzl:121, we referenced the `os` function
instead of the local `_os` variable, which made my local build throw
stacktraces on toolchain_llvm v1.5.0 (was ok in v1.4.0).
I no longer have stacktraces with this fix locally present..1 parent a667b97 commit ace6215
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments