alien.libraries.finder: whoops.

db4
John Benediktsson 2014-06-08 13:23:43 -07:00
parent b915520311
commit 7bfd267d02
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: . = t ] [ f ] if ;
first swap ?head [ ?first CHAR: . = ] [ f ] if ;
: arch-matches? ( lib triple -- ? )
nip second ldconfig-arch subset? ;