From 63b275107c453bb2bb6d4264143653c92001346b Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Sun, 27 Jan 2013 00:49:09 -0500 Subject: [PATCH] Make asdf-driver.asd play nice with asdf-encodings, too. --- asdf-driver.asd | 1 + 1 file changed, 1 insertion(+) diff --git a/asdf-driver.asd b/asdf-driver.asd index 7e836a9c..0f3f0567 100644 --- a/asdf-driver.asd +++ b/asdf-driver.asd @@ -11,6 +11,7 @@ :long-description "Basic general-purpose utilities that are in such a need that you can't portably construct a complete program without using them." #+asdf3 :version #+asdf3 (:read-file-form "version.lisp-expr") + #+asdf3 :encoding #+asdf3 :utf-8 :around-compile call-without-redefinition-warnings :components ((:static-file "version.lisp-expr") -- GitLab