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
3097c049
Commit
3097c049
authored
Sep 11, 2016
by
Francois-Rene Rideau
Browse files
bundle: fix *load-system-operation*
`LOAD-BUNDLE-OP' works only on ECL at the moment. Disable it for Clasp and MKCL.
parent
92e10dad
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundle.lisp
View file @
3097c049
...
...
@@ -511,7 +511,8 @@ for all the linkable object files associated with the system or its dependencies
#+
(
or
clasp
ecl
mkcl
)
(
with-upgradability
()
(
unless
(
or
#+
(
or
clasp
ecl
)
(
use-ecl-byte-compiler-p
))
#+
ecl
;; doesn't work on clasp or mkcl (yet?).
(
unless
(
use-ecl-byte-compiler-p
)
(
setf
*load-system-operation*
'load-bundle-op
))
(
defun
system-module-pathname
(
module
)
...
...
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