pcre: filename for macosx

db4
Björn Lindqvist 2013-11-06 21:55:15 +01:00 committed by John Benediktsson
parent 73ae09fa0a
commit ecf573995e
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ IN: pcre.ffi
! http://sourceforge.net/projects/gnuwin32/files/pcre/7.0/pcre-7.0-bin.zip/download ! http://sourceforge.net/projects/gnuwin32/files/pcre/7.0/pcre-7.0-bin.zip/download
<< "pcre" { << "pcre" {
{ [ os macosx? ] [ "libpcre.dylib" ] }
{ [ os unix? ] [ "libpcre.so" ] } { [ os unix? ] [ "libpcre.so" ] }
{ [ os windows? ] [ "pcre3.dll" ] } { [ os windows? ] [ "pcre3.dll" ] }
} cond cdecl add-library >> } cond cdecl add-library >>