mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-24 10:30:51 -07:00
In cmpos-features, do not use 'file' in Windows
This commit is contained in:
parent
623df1e9c0
commit
57dabb1cfe
1 changed files with 3 additions and 1 deletions
|
|
@ -128,7 +128,9 @@ we are currently using with ECL."
|
|||
#+windows "sys:ecl_min.exe"
|
||||
#-windows "sys:ecl_min"))
|
||||
(let* ((ecl-binary (namestring (truename executable)))
|
||||
(executable-features (run-and-collect-keywords "file" (list ecl-binary)))
|
||||
(executable-features
|
||||
#-windows
|
||||
(run-and-collect-keywords "file" (list ecl-binary)))
|
||||
(compiler-version (run-and-collect-keywords c::*cc* '("--version")))
|
||||
(compiler-features (reduce #'append
|
||||
(mapcar #'rest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue