Commit 619d8a8
committed
fix for issue #672: Defect: caf script fails to fall back to dynamic libcaf
if the static lib is missing
This fixes the substring removal pattern, we want the sortest matching
suffix to make sure only the file suffix is replaced,
e.g. libcaf_mpi.a by libcaf_mpi.so. This failed in paths containing
more than one '.'1 parent 5f6cb6c commit 619d8a8
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
| 183 | + | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
| 194 | + | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments