From 19fa9cfc837bf043d35550fdc60b8fff3e8f6f21 Mon Sep 17 00:00:00 2001 From: "Tarn W. Burton" Date: Sun, 23 Oct 2022 13:17:18 -0400 Subject: [PATCH] Use :darwin feature versus :target-os-darwin --- uiop/lisp-build.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uiop/lisp-build.lisp b/uiop/lisp-build.lisp index 557fae18..2d0861c5 100644 --- a/uiop/lisp-build.lisp +++ b/uiop/lisp-build.lisp @@ -766,7 +766,7 @@ it will filter them appropriately." #+clasp (progn ;;; the following 4 rename-file-overwriting-target better be atomic, but we can't implement this right now - #+:target-os-darwin + #+darwin (let ((temp-dwarf (pathname (strcat (namestring output-truename) ".dwarf"))) (target-dwarf (pathname (strcat (namestring physical-output-file) ".dwarf")))) (when (probe-file temp-dwarf) -- GitLab