Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jan Moringen
asdf
Commits
92e10dad
Commit
92e10dad
authored
Sep 11, 2016
by
Daniel Kochmański
Committed by
Francois-Rene Rideau
Sep 11, 2016
Browse files
backward-interface: compile-file-type: fix clasp
clasp takes `:output-type' argument, not `:type'
parent
26e6497f
Changes
1
Hide whitespace changes
Inline
Side-by-side
backward-interface.lisp
View file @
92e10dad
...
...
@@ -90,7 +90,8 @@ processed in order by OPERATE."))
(
source-to-target-mappings
nil
)
(
file-types
`
(
,
(
compile-file-type
)
"build-report"
#+
(
or
clasp
ecl
)
(
compile-file-type
:type
:object
)
#+
clasp
(
compile-file-type
:output-type
:object
)
#+
ecl
(
compile-file-type
:type
:object
)
#+
mkcl
(
compile-file-type
:fasl-p
nil
)
#+
clisp
"lib"
#+
sbcl
"cfasl"
#+
sbcl
"sbcl-warnings"
#+
clozure
"ccl-warnings"
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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