diff --git a/uiop/lisp-build.lisp b/uiop/lisp-build.lisp index 557fae188fdc319f0beaf309f3eccb9ad8e091ed..2d0861c54a83936be05b1ffe45b4a94b672666b8 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)