X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-uffi.asd;h=49ae32d440e67789a9c628ef4920881755d6e97f;hb=8d127b04136b4a8b081add9abd9a825165c6a41c;hp=93bcb73e300fb0266b7d4619ab8465aa34d5574c;hpb=c4ffac239e4910bff542dadf3212ad95803af64e;p=clsql.git diff --git a/clsql-uffi.asd b/clsql-uffi.asd index 93bcb73..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*))))