Revert "pcre.ffi: Fix pcre for Arch Linux 32bit on 64bit multilib." Wrong fix.

This reverts commit c6e335f570da9a2c44635a53fdc4ad56ee77f3b4.
db4
Doug Coleman 2014-04-28 01:25:49 -07:00
parent 093a2bbae0
commit 72cbd5722c
1 changed files with 1 additions and 6 deletions

View File

@ -8,12 +8,7 @@ USING:
system ;
IN: pcre.ffi
! Arch Linux multilib calls it pcre32
<<
"pcre"
{ "pcre" "pcre32" } find-first-library
cdecl add-library
>>
<< "pcre" dup find-library cdecl add-library >>
LIBRARY: pcre