From 5c11038381563b1442d966822749bfc12ec0697c Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 13 Apr 2004 17:41:49 +0000 Subject: [PATCH] r8998: conditionalize shell command for windows --- clsql-mysql.asd | 1 + clsql-uffi.asd | 1 + 2 files changed, 2 insertions(+) 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 -- 2.34.1