fix(cli): don't native-comp site-files without --aot
Amend: e3fdfee1c5
Ref: #6811
This commit is contained in:
parent
8083d398c5
commit
5c7f6f5c41
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue