pull/9/head
Matthew Butterick 10 years ago
parent c0969b50fc
commit e8fc8db202

@ -22,7 +22,8 @@
;; Build 'inner-here-path and 'inner-here
(define inner-here-path (get-here-path))
(require (only-in racket/path find-relative-path))
(define inner-here (path->string (path-replace-suffix (find-relative-path (current-directory) inner-here-path) "")))
(require (only-in pollen/world PROJECT_ROOT))
(define inner-here (path->string (path-replace-suffix (find-relative-path PROJECT_ROOT inner-here-path) "")))
(provide (all-defined-out))

Loading…
Cancel
Save