X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-uffi.asd;h=49ae32d440e67789a9c628ef4920881755d6e97f;hb=614e68954c499aa0424c70245b4b33c8b5ba8687;hp=64a20a96c97af11ad8a6ef5d81e68c7141c21136;hpb=5c11038381563b1442d966822749bfc12ec0697c;p=clsql.git diff --git a/clsql-uffi.asd b/clsql-uffi.asd index 64a20a9..49ae32d 100644 --- a/clsql-uffi.asd +++ b/clsql-uffi.asd @@ -59,7 +59,8 @@ (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*))))