expander: fix flattener in machine-independent mode
This commit is contained in:
parent
c9e3788d42
commit
737ee9eba5
|
@ -205,6 +205,11 @@
|
||||||
;; Avoid use of ".zo" files:
|
;; Avoid use of ".zo" files:
|
||||||
(use-compiled-file-paths null)
|
(use-compiled-file-paths null)
|
||||||
|
|
||||||
|
;; In case the host is in machine-independent mode, claim
|
||||||
|
;; machine-specific so the expander doesn't skip our extracting
|
||||||
|
;; linklet compiler:
|
||||||
|
(current-compile-target-machine (system-type 'target-machine))
|
||||||
|
|
||||||
;; Redirect module search to another installation:
|
;; Redirect module search to another installation:
|
||||||
(when checkout-directory
|
(when checkout-directory
|
||||||
(let ([l (list (build-path checkout-directory "collects"))])
|
(let ([l (list (build-path checkout-directory "collects"))])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user