alien.libraries.finder.linux: dont use dlopen.
parent
4bcb356ba8
commit
45af0bc563
basis/alien/libraries/finder/linux
|
@ -31,6 +31,6 @@ CONSTANT: mach-map {
|
|||
PRIVATE>
|
||||
|
||||
M: linux find-library
|
||||
"lib" ".so" surround ldconfig-find-soname
|
||||
[ dlopen dll-valid? ] map-find nip ;
|
||||
|
||||
"lib" ".so" surround ldconfig-find-soname [
|
||||
{ [ exists? ] [ file-info regular-file? ] } 1&&
|
||||
] map-find nip ;
|
||||
|
|
Loading…
Reference in New Issue