alien.libraries.finder.linux: use third element which is file name.
parent
1e2a4df88c
commit
9de7b67472
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue