Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
5eca3749
Commit
5eca3749
authored
Jul 20, 2017
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/load-asdf.lisp
View file @
5eca3749
...
...
@@ -122,7 +122,8 @@
;; Segregate output by ABI.
;; You could replace "asdf" below by the name of your project,
;; 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
;; 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment