From ecf573995e0b625147f4bc9450a665dc9c6f5761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Wed, 6 Nov 2013 21:55:15 +0100 Subject: [PATCH] pcre: filename for macosx --- extra/pcre/ffi/ffi.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/extra/pcre/ffi/ffi.factor b/extra/pcre/ffi/ffi.factor index 6a31888b3d..adf63bd8ac 100644 --- a/extra/pcre/ffi/ffi.factor +++ b/extra/pcre/ffi/ffi.factor @@ -8,6 +8,7 @@ IN: pcre.ffi ! http://sourceforge.net/projects/gnuwin32/files/pcre/7.0/pcre-7.0-bin.zip/download << "pcre" { + { [ os macosx? ] [ "libpcre.dylib" ] } { [ os unix? ] [ "libpcre.so" ] } { [ os windows? ] [ "pcre3.dll" ] } } cond cdecl add-library >>