mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
revision: remove redundant #-interpreter, use #-ecl-bytecmp instead
This commit is contained in:
parent
d1c19ec74c
commit
878007b8f2
24 changed files with 16 additions and 28 deletions
|
|
@ -57,7 +57,7 @@
|
|||
|
||||
(ext:install-c-compiler)
|
||||
|
||||
(setf *features* (remove :interpreter *features*))
|
||||
(setf *features* (remove :interpreter *features*)) ; now obsolete, see #-ecl-bytecmp
|
||||
|
||||
(load (merge-pathnames (format nil "platforms/~A/cross-compile"
|
||||
#+android "android"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue