summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp.el
diff options
context:
space:
mode:
authorAndreaCorallo <akrl@sdf.org>2020-03-03 22:23:41 +0000
committerAndrea Corallo <akrl@sdf.org>2020-03-03 22:23:41 +0000
commit43b6f05dfb46637a414520b27430fbe3b0f005fa (patch)
tree6c9a0e6a10a37644e1e6ca813e33db2b5157d25e /lisp/emacs-lisp/comp.el
parentf77f6ca77054ca6122df2742345710b7493ad293 (diff)
downloademacs-43b6f05dfb46637a414520b27430fbe3b0f005fa.tar.gz
emacs-43b6f05dfb46637a414520b27430fbe3b0f005fa.tar.bz2
emacs-43b6f05dfb46637a414520b27430fbe3b0f005fa.zip
Hash eln ABI once and add it to the output compilation path
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r--lisp/emacs-lisp/comp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index a9db8c6ff07..342faa2879e 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -2125,7 +2125,7 @@ Return the compilation unit file name."
(file-name-as-directory
(concat
(file-name-directory exp-file)
- system-configuration))
+ comp-native-path-postfix))
(file-name-sans-extension
(file-name-nondirectory exp-file))))))))
(comp-log "\n \n" 1)