alien.libraries.finder.linux: use third element which is file name.

db4
John Benediktsson 2013-11-16 16:48:22 -08:00
parent 1e2a4df88c
commit 9de7b67472
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ CONSTANT: mach-map {
[ start 0 = ] [ ldconfig-filter = ] bi* and ;
: ldconfig-find-soname ( lib -- seq )
ldconfig-cache [ first2 ldconfig-matches? ] with filter [ first ] map ;
ldconfig-cache [ first2 ldconfig-matches? ] with filter [ third ] map ;
PRIVATE>