* lisp/emacs-lisp/comp.el (comp--native-compile): Fix OUTPUT for non abs paths

This commit is contained in:
Andrea Corallo 2023-08-27 16:07:30 +02:00
parent 45cf3a0ced
commit e7ac50a153

View file

@ -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