]> gitweb.factorcode.org Git - factor.git/commitdiff
pcre: filename for macosx
authorBjörn Lindqvist <bjourne@gmail.com>
Wed, 6 Nov 2013 20:55:15 +0000 (21:55 +0100)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 20 Nov 2013 02:13:39 +0000 (18:13 -0800)
extra/pcre/ffi/ffi.factor

index 6a31888b3d22e78266dd938618b3a3208251bb7d..adf63bd8ac05aa0e54dc281f5541e82db701ee82 100644 (file)
@@ -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 >>