Commit 4f41bae
committed
Print rustc-link-search for the in-tree static openblas before everything else
Fixes #60.
The gnu linker searches libraries in the order of -L options and stops
the search when the first matching library is found. This means if
libopenblas.a is either in deliv.make_conf.c_extra_libs.search_path or
in deliv.make_conf.f_extra_libs.search_path, the in-tree libopenblas.a
won't be used.
This patch fixes the issue by printing the rustc-link-search instruction
for the in-tree openblas before everything else.1 parent 87c6477 commit 4f41bae
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
164 | | - | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments