X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-uffi.asd;h=49ae32d440e67789a9c628ef4920881755d6e97f;hb=a4097e19c5157e87b9991549bc44f3ef598aeb90;hp=077b578fe55ce6d41312fb1685ca583ce3392c1a;hpb=8b42ade98431d9089422974c26d7ec593173d062;p=clsql.git diff --git a/clsql-uffi.asd b/clsql-uffi.asd index 077b578..49ae32d 100644 --- a/clsql-uffi.asd +++ b/clsql-uffi.asd @@ -57,8 +57,10 @@ nil) (defmethod perform ((o compile-op) (c clsql-uffi-source-file)) + #-(or win32 mswindows) (unless (zerop (run-shell-command - "cd ~A; make" + #-freebsd "cd ~A; make" + #+freebsd "cd ~A; gmake" (namestring (make-pathname :name nil :type nil :directory *library-file-dir*)))) @@ -79,7 +81,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