Commit d88c6f0
Add conda lib to static linker search path for builds (#1972)
Summary:
Pull Request resolved: #1972
Our install instructions say to use `conda install libunwind`, but the rust compiler
is unable to locate it.
Add a `-L` flag when building from within python to add the conda environment libraries.
This should help rust locate the libraries it needs.
Reviewed By: colin2328
Differential Revision: D87665225
fbshipit-source-id: 75393719c1feec435aa31915687929ce74f1cd431 parent b1aeca9 commit d88c6f0
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
157 | 161 | | |
158 | 162 | | |
159 | 163 | | |
| |||
0 commit comments