Revert "pcre.ffi: Fix pcre for Arch Linux 32bit on 64bit multilib." Wrong fix.
This reverts commit c6e335f570da9a2c44635a53fdc4ad56ee77f3b4.db4
parent
093a2bbae0
commit
72cbd5722c
|
@ -8,12 +8,7 @@ USING:
|
||||||
system ;
|
system ;
|
||||||
IN: pcre.ffi
|
IN: pcre.ffi
|
||||||
|
|
||||||
! Arch Linux multilib calls it pcre32
|
<< "pcre" dup find-library cdecl add-library >>
|
||||||
<<
|
|
||||||
"pcre"
|
|
||||||
{ "pcre" "pcre32" } find-first-library
|
|
||||||
cdecl add-library
|
|
||||||
>>
|
|
||||||
|
|
||||||
LIBRARY: pcre
|
LIBRARY: pcre
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue