X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-mysql.asd;h=2247697282d36de124efd5710d2a0141850973a4;hb=refs%2Ftags%2Fdebian-4.0.5-2;hp=a176f85d4fa8bc0d0c6bd1db09e50db10f2c48d7;hpb=76c718bea5a32b8252daeb5a487860d112011157;p=clsql.git diff --git a/clsql-mysql.asd b/clsql-mysql.asd index a176f85..2247697 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -37,7 +37,7 @@ (probe-file (make-pathname :directory dir :name (component-name c) :type library-file-type))) - '((:absolute "usr" "lib" "clsql"))))) + '((:absolute "usr" "lib" "clsql"))))) (list (if found found (make-pathname :name (component-name c) @@ -50,11 +50,11 @@ (defmethod operation-done-p ((o load-op) (c clsql-mysql-source-file)) (and (symbol-function (intern (symbol-name '#:mysql-get-client-info) (find-package '#:mysql))) - t)) + t)) (defmethod perform ((o compile-op) (c clsql-mysql-source-file)) (unless (operation-done-p o c) - #-(or win32 mswindows) + #-(or win32 win64 windows mswindows) (unless (zerop (run-shell-command #-freebsd "cd ~A; make" #+freebsd "cd ~A; gmake"