alien.libraries.finder.linux: On mint 32 bit, the gtk-x11-2.0 library arch is just (libc6). Hopefully this is correct.

db4
Doug Coleman 2014-06-16 23:07:13 -07:00
parent 2834bc90f8
commit 2f53a7c5de
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ CONSTANT: mach-map {
first swap ?head [ ?first CHAR: . = ] [ drop f ] if ;
: arch-matches? ( lib triple -- ? )
[ drop ldconfig-arch ] [ second subset? ] bi* ;
[ drop ldconfig-arch ] [ second swap subset? ] bi* ;
: ldconfig-matches? ( lib triple -- ? )
{ [ name-matches? ] [ arch-matches? ] } 2&& ;