Skip to content

Commit

Permalink
fixed +image-pathname+ to be :relative
Browse files Browse the repository at this point in the history
  • Loading branch information
drmeister committed Jun 24, 2015
1 parent d38da88 commit 52d51fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lisp/kernel/init.lsp
Expand Up @@ -205,7 +205,7 @@ as a VARIABLE doc and can be retrieved by (documentation 'NAME 'variable)."
#+use-boehm "app-resources:lib;release;intrinsics_bitcode_boehm.o"
#+use-mps "app-resources:lib;release;intrinsics_bitcode_mps.o"
)
(defconstant +image-pathname+ (make-pathname :directory '(:absolute) :name "image" :type "fasl"))
(defconstant +image-pathname+ (make-pathname :directory '(:relative) :name "image" :type "fasl"))
(export '(+image-pathname+ +intrinsics-bitcode-pathname+))
;; +min-image-pathname+ +intrinsics-bitcode-pathname+ +imagelto-pathname+))

Expand Down

0 comments on commit 52d51fe

Please sign in to comment.