* lisp/emacs-lisp/comp.el (comp--native-compile): Fix OUTPUT for non abs paths
This commit is contained in:
parent
45cf3a0ced
commit
e7ac50a153
1 changed files with 2 additions and 1 deletions
|
@ -4096,7 +4096,8 @@ the deferred compilation mechanism."
|
|||
(symbols-with-pos-enabled t)
|
||||
;; Have byte compiler signal an error when compilation fails.
|
||||
(byte-compile-debug t)
|
||||
(comp-ctxt (make-comp-ctxt :output output
|
||||
(comp-ctxt (make-comp-ctxt :output (when output
|
||||
(expand-file-name output))
|
||||
:with-late-load with-late-load)))
|
||||
(comp-log "\n\n" 1)
|
||||
(unwind-protect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue