From: Bill Robinson Date: Sat, 18 Jun 2011 19:51:17 +0000 (+0100) Subject: Fixed dll name on windows X-Git-Url: https://repo.or.cz/w/cl-glfw.git/commitdiff_plain/5c68c9d300a814384d751cdaa496f20ab617cf4f Fixed dll name on windows --- diff --git a/lib/ftgl.lisp b/lib/ftgl.lisp index f93b76b..2276080 100644 --- a/lib/ftgl.lisp +++ b/lib/ftgl.lisp @@ -54,7 +54,7 @@ (define-foreign-library ftgl (:unix (:or "libftgl" "libftgl.so.2")) - (:win32 "ftgl.dll") + (:windows "ftgl.dll") (t (:default "libftgl")))