aboutsummaryrefslogtreecommitdiff
path: root/src/host.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/host.lisp')
-rw-r--r--src/host.lisp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/host.lisp b/src/host.lisp
index 5c8b6e9..35336da 100644
--- a/src/host.lisp
+++ b/src/host.lisp
@@ -111,6 +111,10 @@ Called by properties which set up such subhosts, like CHROOT:OS-BOOTSTRAPPED."
:hostattrs (copy-list (hostattrs host))
:propspec (append-propspecs (host-propspec host) propspec)))
+(defmethod union-propspec-into-host
+ ((host unpreprocessed-host) (propspec null))
+ host)
+
(defmethod replace-propspec-into-host
((host unpreprocessed-host) (propspec unpreprocessed-propspec))
;; we have to preprocess HOST as functions that call us want the return