Just use the last directory in the path. When microcode modules go
away, so will the lib/ subdirectory that previously distinguished the
"standard" options' directory.
(thunk)))))))
(define (standard-library-directory-pathname)
- (let ((d (system-library-directory-pathname "lib")))
- (pathname-new-directory d (except-last-pair (pathname-directory d)))))
+ (last library-directory-path))
(define (pathname->standard-uri pathname)
(let ((uri
system-library-pathname
uri->pathname
user-homedir-pathname)
+ (export (runtime load)
+ library-directory-path)
(initialization (initialize-package!)))
(define-package (runtime pathname unix)