alien.libraries.finder.linux: sigh.

db4
John Benediktsson 2014-06-08 13:25:51 -07:00
parent 7bfd267d02
commit 04a04dacca
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ CONSTANT: mach-map {
mach-map cpu of { "libc6" } or ;
: name-matches? ( lib triple -- ? )
first swap ?head [ ?first CHAR: . = ] [ f ] if ;
first swap ?head [ ?first CHAR: . = ] [ drop f ] if ;
: arch-matches? ( lib triple -- ? )
nip second ldconfig-arch subset? ;