mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(cli): don't native-comp site-files without --aot
Amend: e3fdfee1c5
Ref: #6811
This commit is contained in:
@ -352,7 +352,8 @@ list remains lean."
|
||||
(error
|
||||
(signal 'doom-package-error (list package e)))))))
|
||||
(progn
|
||||
(when (featurep 'native-compile)
|
||||
(when (and (featurep 'native-compile)
|
||||
straight--native-comp-available)
|
||||
(doom-packages--compile-site-files)
|
||||
(doom-packages--wait-for-native-compile-jobs)
|
||||
(doom-packages--write-missing-eln-errors))
|
||||
|
Reference in New Issue
Block a user