alien.libraries.finder.linux: dont use dlopen.

db4
John Benediktsson 2013-11-16 16:09:21 -08:00
parent 4bcb356ba8
commit 45af0bc563
1 changed files with 3 additions and 3 deletions
basis/alien/libraries/finder/linux

View File

@ -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 ;