alien.libraries.finder.linux: On mint 32 bit, the gtk-x11-2.0 library arch is just (libc6). Hopefully this is correct.
parent
2834bc90f8
commit
2f53a7c5de
|
@ -31,7 +31,7 @@ CONSTANT: mach-map {
|
||||||
first swap ?head [ ?first CHAR: . = ] [ drop f ] if ;
|
first swap ?head [ ?first CHAR: . = ] [ drop f ] if ;
|
||||||
|
|
||||||
: arch-matches? ( lib triple -- ? )
|
: arch-matches? ( lib triple -- ? )
|
||||||
[ drop ldconfig-arch ] [ second subset? ] bi* ;
|
[ drop ldconfig-arch ] [ second swap subset? ] bi* ;
|
||||||
|
|
||||||
: ldconfig-matches? ( lib triple -- ? )
|
: ldconfig-matches? ( lib triple -- ? )
|
||||||
{ [ name-matches? ] [ arch-matches? ] } 2&& ;
|
{ [ name-matches? ] [ arch-matches? ] } 2&& ;
|
||||||
|
|
Loading…
Reference in New Issue