Update changelog for recent changes
[clsql.git] / clsql-mysql.asd
index a176f85d4fa8bc0d0c6bd1db09e50db10f2c48d7..2247697282d36de124efd5710d2a0141850973a4 100644 (file)
@@ -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)
 (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"