]> git.eshelyaron.com Git - emacs.git/commitdiff
Set native driver options in async compiles, also
authorAndreas Fuchs <asf@boinkor.net>
Mon, 10 Aug 2020 13:48:57 +0000 (09:48 -0400)
committerAndrea Corallo <akrl@sdf.org>
Wed, 26 Aug 2020 19:25:45 +0000 (21:25 +0200)
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

index 37559c20dd42cfa5c280492f84ea206b838e1658..75c51b03ec87d08469ef7a53ae2897caecf83ed8 100644 (file)
@@ -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)