mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #4602: void-variable straight--build-default-steps
This commit is contained in:
@ -305,7 +305,7 @@ declaration) or dependency thereof that hasn't already been."
|
||||
(repo-dir (straight--repos-dir local-repo))
|
||||
(build (if (plist-member recipe :build)
|
||||
(plist-get recipe :build)
|
||||
straight--build-default-steps))
|
||||
t))
|
||||
(want-byte-compile
|
||||
(or (eq build t)
|
||||
(memq 'compile build)))
|
||||
|
Reference in New Issue
Block a user