diff --git a/src/lsp/config.lsp.in b/src/lsp/config.lsp.in index 7d69b395d..e8bed39fb 100644 --- a/src/lsp/config.lsp.in +++ b/src/lsp/config.lsp.in @@ -7,12 +7,12 @@ ;; (in-package "LISP") -#+(and (not ecl-min) (not nacl) uname) +#+(and (not ecl-min) (not nacl) (not :mingw32) (not :msvc) (not :cygwin) uname) (ffi:clines " #include ") -#+(and (not ecl-min) (not nacl) uname) +#+(and (not ecl-min) (not nacl) (not :mingw32) (not :msvc) (not :cygwin) uname) (defun uname () (ffi:c-inline () () :object "{ cl_object output;