From: Kevin M. Rosenberg Date: Tue, 13 Apr 2004 17:41:49 +0000 (+0000) Subject: r8998: conditionalize shell command for windows X-Git-Tag: v3.8.6~634 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=5c11038381563b1442d966822749bfc12ec0697c r8998: conditionalize shell command for windows --- diff --git a/clsql-mysql.asd b/clsql-mysql.asd index 9cb9739..6294538 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -51,6 +51,7 @@ nil) (defmethod perform ((o compile-op) (c clsql-mysql-source-file)) + #-(or win32 mswindows) (unless (zerop (run-shell-command "cd ~A; make" (namestring (make-pathname :name nil diff --git a/clsql-uffi.asd b/clsql-uffi.asd index 93bcb73..64a20a9 100644 --- a/clsql-uffi.asd +++ b/clsql-uffi.asd @@ -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