X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=clsql-mysql.asd;h=009217555237a931b8bc8dfba342677268d0a66d;hp=378082763c040675a8d23860eb0df24e2847e065;hb=e3924d6e872f06dce33c923b15c5d30baa31460c;hpb=a1921eaa3bd9a412a736a36bdd50ff5766ab1c9f diff --git a/clsql-mysql.asd b/clsql-mysql.asd index 3780827..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)