]> git.eshelyaron.com Git - emacs.git/commit
Fix emacs-lisp-native-compile-and-load eln target directory (bug#64226)
authorAndrea Corallo <acorallo@gnu.org>
Wed, 9 Aug 2023 13:13:48 +0000 (15:13 +0200)
committerAndrea Corallo <acorallo@gnu.org>
Wed, 9 Aug 2023 13:19:26 +0000 (15:19 +0200)
commitb93107c20b2899612c5c7a15187fc69866905e47
tree87923cf30228940331f17fb2b647bf86165b39fd
parent7e3c616086014e883490d537509c9641a87ed19b
Fix emacs-lisp-native-compile-and-load eln target directory (bug#64226)

* lisp/emacs-lisp/comp.el (comp-spill-lap-function): Don't use
`byte+native-compile' to select output directory but always axpect
it explicit through `native-compile-target-directory'.
(batch-byte+native-compile): Set `native-compile-target-directory'.
* test/src/comp-tests.el (comp-tests-bootstrap): Set
`native-compile-target-directory'.
lisp/emacs-lisp/comp.el
test/src/comp-tests.el