sbcl-bundle requires posix & unix
Mon Feb 8 18:14:54 CET 2010 Tobias Rautenkranz <tobias@rautenkranz.ch>
* sbcl-bundle requires posix & unix
hunk ./cl-smoke.smoke.asd 10
- #+sbcl :sb-posix)
+ #+(and sbcl unix) :sb-posix)
hunk ./cl-smoke.smoke.asd 48
- #+sbcl (:file "sbcl-bundle")
+ #+(and sbcl unix) (:file "sbcl-bundle")