Commit 53a5f37
Fix compiling clang on i486
This is a first-thing-that-worked patch to fix compiler error:
> ninja: error: '/usr/lib64/libz.so', needed by 'bin/clang-tblgen',
> missing and no known rule to make it
Apparently it doesn't work on i486, likely due to cross compilation.1 parent 024a5c8 commit 53a5f37
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments