Skip to content

Commit

Permalink
borg-byte+native-compile-async: Call comp-ensure-native-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jul 22, 2024
1 parent 659764a commit 812d45c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions borg.el
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ and optional NATIVE are both non-nil, then also compile natively."
(byte-compile-file file)
(cond
((fboundp 'native-compile-async)
(comp-ensure-native-compiler)
(native-compile-async file))
((error "Emacs %s does not support native compilation" emacs-version))))

Expand Down

0 comments on commit 812d45c

Please sign in to comment.