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