diff options
author | Andreas Fuchs <asf@boinkor.net> | 2020-08-10 09:48:57 -0400 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-08-26 21:25:45 +0200 |
commit | 2772e835b61774ca83cbd2bf79c2534b2d1c6f49 (patch) | |
tree | d9ef7d3bd0627a23780d736b1322c8c340eb5583 /lisp/emacs-lisp | |
parent | bec2adebc6a5c4984d52ea7e66a7a3632e7dc578 (diff) | |
download | emacs-2772e835b61774ca83cbd2bf79c2534b2d1c6f49.tar.gz emacs-2772e835b61774ca83cbd2bf79c2534b2d1c6f49.tar.bz2 emacs-2772e835b61774ca83cbd2bf79c2534b2d1c6f49.zip |
Set native driver options in async compiles, also
Ensure the variable is set to the value that was customized in the
parent process in child compilation processes, also.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 37559c20dd4..75c51b03ec8 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -2591,6 +2591,8 @@ display a message." comp-debug ,comp-debug comp-verbose ,comp-verbose comp-eln-load-path ',comp-eln-load-path + comp-native-driver-options + ',comp-native-driver-options load-path ',load-path) ,comp-async-env-modifier-form (message "Compiling %s..." ,source-file) |