In cmpos-features, do not use 'file' in Windows

This commit is contained in:
Juan Jose Garcia Ripoll 2011-05-23 00:05:59 +02:00
parent 623df1e9c0
commit 57dabb1cfe

View file

@ -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