emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 2971a68: * lisp/emacs-lisp/comp.el (comp-trampoline-compile): F


From: Andrea Corallo
Subject: emacs-28 2971a68: * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix target dir.
Date: Sat, 16 Oct 2021 04:59:44 -0400 (EDT)

branch: emacs-28
commit 2971a6890f562dccc2182dd1f802fa47333d496c
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix target dir.
---
 lisp/emacs-lisp/comp.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 7b5c5ad..0a10505 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -3790,7 +3790,8 @@ Return the trampoline if found or nil otherwise."
      form nil
      (cl-loop
       for dir in (if native-compile-target-directory
-                     (list native-compile-target-directory)
+                     (list (expand-file-name comp-native-version-dir
+                                             native-compile-target-directory))
                    (comp-eln-load-path-eff))
       for f = (expand-file-name
                (comp-trampoline-filename subr-name)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]