X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/9a25addd456ffad4b4354302c715a1207d9e3238..ca5f64e957171127832a3ac1b849f59ab2d06e41:/tools/clg-tools.asd diff --git a/tools/clg-tools.asd b/tools/clg-tools.asd index fac09a5..8ab71ab 100644 --- a/tools/clg-tools.asd +++ b/tools/clg-tools.asd @@ -6,10 +6,13 @@ (in-package #:clg-tools) +#+clisp +(unless custom:*parse-namestring-ansi* + (error "Standard behaviour of PARSE-NAMESTRING must be enabled by setting CUSTOM:*PARSE-NAMESTRING-ANSI* to non-NIL or running clisp with the -ansi option")) (defsystem clg-tools - :components ((:file "autoexport") - (:file "utils") - (:file "config" :depends-on ("utils")) - (:file "asdf-extensions"))) - + :depends-on (#+sbcl sb-posix) + :components ((:file "autoexport") + (:file "utils") + (:file "config" :depends-on ("utils")) + (:file "asdf-extensions" :depends-on ("utils"))))