add version 3 of libmagickwand to the ffi example

This commit is contained in:
Jon Rafkind 2011-11-18 00:10:02 -07:00
parent f54254e9b5
commit 8ba0551fe5

View File

@ -14,7 +14,7 @@
(ffi-lib lib version))))))
(define libwand (ffi-try-libs '("libWand" "6.0.1" "6")
'("libMagickWand" "1")))
'("libMagickWand" "1" "3")))
;; ===== Main Objects =========================================================