Disable win32 pathnames routines on -win32 and vice versa.
[sbcl.git] / build-order.lisp-expr
index f86669b..c6b35e8 100644 (file)
  ("src/code/reader"            :not-host) ; needs "code/readtable"
  ("src/code/target-stream"     :not-host) ; needs WHITESPACEP from "code/reader"
  ("src/code/target-pathname"   :not-host) ; needs "code/pathname"
- ("src/code/unix-pathname"      :not-host)
- ("src/code/win32-pathname"     :not-host)
+ #!-win32
+ ("src/code/unix-pathname"     :not-host)
+ #!+win32
+ ("src/code/win32-pathname"    :not-host)
  ("src/code/filesys"           :not-host) ; needs HOST from "code/pathname"
 
  ("src/code/save"              :not-host) ; uses the definition of PATHNAME