Skip to content

Commit

Permalink
Add "libev.so.4" (refs #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Apr 13, 2015
1 parent da55c80 commit 7d03c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lev.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

(eval-when (:load-toplevel)
(cffi:define-foreign-library libev
(:unix (:or "libev.4.dylib" "libev.4.so" "libev.dylib" "libev.so"))
(:unix (:or "libev.4.dylib" "libev.4.so" "libev.so.4" "libev.dylib" "libev.so"))
(t (:default "libev")))

(unless (cffi:foreign-library-loaded-p 'libev)
Expand Down

0 comments on commit 7d03c68

Please sign in to comment.