r8998: conditionalize shell command for windows
[clsql.git] / clsql-uffi.asd
index 077b578fe55ce6d41312fb1685ca583ce3392c1a..64a20a96c97af11ad8a6ef5d81e68c7141c21136 100644 (file)
@@ -57,6 +57,7 @@
   nil) 
 
 (defmethod perform ((o compile-op) (c clsql-uffi-source-file))
+  #-(or win32 mswindows)
   (unless (zerop (run-shell-command
                  "cd ~A; make"
                  (namestring (make-pathname :name nil
@@ -79,7 +80,7 @@
   :description "Common UFFI Helper functions for Common Lisp SQL Interface Library"
   :long-description "cl-sql-uffi package provides common helper functions using the UFFI for the CLSQL package."
 
-  :depends-on (:uffi :clsql-base)
+  :depends-on (uffi clsql-base)
   
   :components
   ((:module :uffi