Revert "alien.libraries.finder: Add utiltity word find-first-library to find a shared library from a list of library stem names." Wrong fix.
This reverts commit 8cd883be5119683291c2ee6d7ce4fad228b78e26.db4
parent
5c2737785b
commit
093a2bbae0
|
@ -1,13 +1,10 @@
|
|||
|
||||
USING: combinators kernel sequences system vocabs ;
|
||||
USING: combinators system vocabs ;
|
||||
|
||||
IN: alien.libraries.finder
|
||||
|
||||
HOOK: find-library os ( name -- path/f )
|
||||
|
||||
: find-first-library ( seq -- path/f )
|
||||
[ find-library ] find nip ;
|
||||
|
||||
{
|
||||
{ [ os macosx? ] [ "alien.libraries.finder.macosx" ] }
|
||||
{ [ os linux? ] [ "alien.libraries.finder.linux" ] }
|
||||
|
|
Loading…
Reference in New Issue