alien.libraries.finder.linux: sigh.
parent
7bfd267d02
commit
04a04dacca
|
@ -28,7 +28,7 @@ CONSTANT: mach-map {
|
||||||
mach-map cpu of { "libc6" } or ;
|
mach-map cpu of { "libc6" } or ;
|
||||||
|
|
||||||
: name-matches? ( lib triple -- ? )
|
: name-matches? ( lib triple -- ? )
|
||||||
first swap ?head [ ?first CHAR: . = ] [ f ] if ;
|
first swap ?head [ ?first CHAR: . = ] [ drop f ] if ;
|
||||||
|
|
||||||
: arch-matches? ( lib triple -- ? )
|
: arch-matches? ( lib triple -- ? )
|
||||||
nip second ldconfig-arch subset? ;
|
nip second ldconfig-arch subset? ;
|
||||||
|
|
Loading…
Reference in New Issue