Commit f5c00d0b authored by Robert Goldman's avatar Robert Goldman
Browse files

Merge branch 'mr235' into 'master'

uiop/os.lisp: test also for :linux

See merge request asdf/asdf!237
parents 3edc1193 6fe0835a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ keywords explicitly."

  (defun os-unix-p ()
    "Is the underlying operating system some Unix variant?"
    (or (featurep '(:or :unix :cygwin :haiku)) (os-macosx-p)))
    (or (featurep '(:or :unix :cygwin :haiku :linux)) (os-macosx-p)))

  (defun os-windows-p ()
    "Is the underlying operating system Microsoft Windows?"