X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-mysql.asd;h=009217555237a931b8bc8dfba342677268d0a66d;hb=e3924d6e872f06dce33c923b15c5d30baa31460c;hp=cbcd9141d17532c262fdc7e0d3574f182751ea8c;hpb=2a4b21bbfe9c23a4c259aea40c1ffd608f59a136;p=clsql.git diff --git a/clsql-mysql.asd b/clsql-mysql.asd index cbcd914..0092175 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -64,7 +64,7 @@ (error 'operation-error :component c :operation o)))) (defmethod operation-done-p ((o compile-op) (c clsql-mysql-source-file)) - (or (and (probe-file #p"/usr/lib/clsql/mysql.so") t) + (or (and (probe-file #p"/usr/lib/clsql/clsql_mysql.so") t) (let ((lib (make-pathname :defaults (component-pathname c) :type (uffi:default-foreign-library-type)))) (and (probe-file lib) @@ -72,7 +72,6 @@ ;;; System definition -#+(or allegro lispworks cmu sbcl openmcl mcl scl) (defsystem :clsql-mysql :name "cl-sql-mysql" :author "Kevin M. Rosenberg "