X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-mysql.asd;h=72b961f0108b54e10a399d70ac3c4fc23e35075b;hb=614e68954c499aa0424c70245b4b33c8b5ba8687;hp=9cb9739f6cf69c5610791f3491673d28fa88e75a;hpb=c4ffac239e4910bff542dadf3212ad95803af64e;p=clsql.git diff --git a/clsql-mysql.asd b/clsql-mysql.asd index 9cb9739..72b961f 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -51,8 +51,10 @@ nil) (defmethod perform ((o compile-op) (c clsql-mysql-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*))))