Commit f42615a
Naseschwarz
Add rustc's sysroot/lib to LD_LIBRARY_PATH
The default way to use rust is rustup. Rustup maintains its own sysroot.
This is fine for most rust applications, as they don't dynamically link
to anything in that sysroot. rustfmt does, however, and thus must be
called with the correct LD_LIBRARY_PATH.1 parent c6c8159 commit f42615a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments