Skip to content
Snippets Groups Projects
Commit 5eca3749 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix output-translations in tools/load-asdf.lisp

This should make it work on a stricter modern CLISP.
parent 982b6dd8
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,8 @@ ...@@ -122,7 +122,8 @@
;; Segregate output by ABI. ;; Segregate output by ABI.
;; You could replace "asdf" below by the name of your project, ;; You could replace "asdf" below by the name of your project,
;; or not need it at all if everything is under your source-directory. ;; or not need it at all if everything is under your source-directory.
(,source-directory (,output-directory :implementation "asdf")) ((,source-directory :**/ :*.*.*)
(,output-directory :implementation "asdf" :**/ :*.*.*))
;; In a fully controlled build, we shouldn't be using code outside ;; In a fully controlled build, we shouldn't be using code outside
;; our source-directory, but in case we do, we still want to control the output, ;; our source-directory, but in case we do, we still want to control the output,
;; and easily detect the fact by looking at this directory ;; and easily detect the fact by looking at this directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment