mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #4602, part 2!
This commit is contained in:
@ -312,7 +312,7 @@ declaration) or dependency thereof that hasn't already been."
|
||||
(want-native-compile
|
||||
(or (eq build t)
|
||||
(memq 'native-compile build))))
|
||||
(when (eq (car build) :not)
|
||||
(when (eq (car-safe build) :not)
|
||||
(setq want-byte-compile (not want-byte-compile)
|
||||
want-native-compile (not want-native-compile)))
|
||||
(unless (require 'comp nil t)
|
||||
|
Reference in New Issue
Block a user