Remove underlinking of libclsmoke and add a darwin case to the library definitons.
src/smoke.lisp
Wed Feb 17 18:05:35 CET 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Remove underlinking of libclsmoke and add a darwin case to the library definitons.
Thanks to Elliott Slaughter
--- old-smoke/src/smoke.lisp 2014-10-30 08:07:11.000000000 +0100
+++ new-smoke/src/smoke.lisp 2014-10-30 08:07:11.000000000 +0100
@@ -172,6 +172,7 @@
`(progn
(eval-when (:compile-toplevel :load-toplevel :execute)
(define-foreign-library ,library
+ (:darwin ,(format nil "~(~A~).3.dylib" library))
(:unix ,(format nil "~(~A~).so.3" library))
(t (:default ,(format nil "~(~A~)" library)))))
(eval-startup (:compile-toplevel :execute)