Skip to content

Commit

Permalink
Pathnames aren't permitted in cross compiled files.
Browse files Browse the repository at this point in the history
  • Loading branch information
froggey committed Jul 28, 2018
1 parent a095631 commit 900a8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/load-sources.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
;; Cutting a release:
;; Start from a clean checkout of mbuild
;; Set *lisp-implementation-version* appropriately (system/environment.lisp)
;; Optional: Point ASDF source registry at #p"SYS:HOME;" (ipl.lisp, HOME-SOURCE-REGISTRY) instead of (user-homedir-pathname). This gets the source paths right for ED.
;; Optional: Point ASDF source registry at (pathname "SYS:HOME;") (ipl.lisp, HOME-SOURCE-REGISTRY) instead of (user-homedir-pathname). This gets the source paths right for ED.
;; Build as normal
;; In the initial repl:
;; (load "tools/load-sources.lisp")
Expand Down

0 comments on commit 900a8f1

Please sign in to comment.