From 2772e835b61774ca83cbd2bf79c2534b2d1c6f49 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Mon, 10 Aug 2020 09:48:57 -0400 Subject: [PATCH] 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. --- lisp/emacs-lisp/comp.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.5