alien.libraries.finder: How many patches does it take... I was dropping the wrong value from map-find.
parent
710a7c1a21
commit
d578ca7959
|
@ -11,7 +11,7 @@ HOOK: find-library* os ( name -- path/f )
|
|||
! try to open a library that is the first name in that list anyway
|
||||
! or "library_not_found" as a last resort for better debugging.
|
||||
: find-library-from-list ( seq -- path/f )
|
||||
dup [ find-library* ] map-find nip
|
||||
dup [ find-library* ] map-find drop
|
||||
[ nip ] [ ?first "library_not_found" or ] if* ;
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue