Andrew Kelley 55ac973953 fix each-lib-rpath functionality
It was regressed in 2 ways from the merge of #6250:
 * it was not being enabled by default when the target OS is native.
 * we were testing the libfoo.so file path existence with bogus format
   string ('{}' instead of '{s}') and so it ended up being something
   like "libstd.HashMap(K,V,...).Entry.so" instead of "libfoo.so". Using
   {} rather than {s} is a footgun, be careful!

Previous functionality is now restored.

closes #6523
2020-10-04 23:16:46 -07:00
..
2020-10-04 23:16:46 -07:00
2020-09-30 16:56:45 +03:00
2020-09-21 18:38:55 -07:00
2020-09-21 18:38:55 -07:00
2020-09-26 12:42:07 -07:00
2020-09-26 12:42:07 -07:00
2020-10-04 17:59:44 -07:00
2020-09-21 18:38:55 -07:00
2020-09-28 19:20:58 -07:00
2020-10-04 23:16:46 -07:00
2020-09-21 18:38:55 -07:00
2020-09-21 18:38:55 -07:00
2020-09-30 16:59:09 +03:00
2020-09-21 18:38:55 -07:00
2020-09-30 16:59:08 +03:00
2018-10-27 11:35:01 -04:00
2020-09-21 21:14:01 -07:00
2020-09-30 16:59:09 +03:00
2020-09-30 16:56:45 +03:00