* lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix target dir.
This commit is contained in:
parent
e842d7f29a
commit
2971a6890f
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue