mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -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))
|
(repo-dir (straight--repos-dir local-repo))
|
||||||
(build (if (plist-member recipe :build)
|
(build (if (plist-member recipe :build)
|
||||||
(plist-get recipe :build)
|
(plist-get recipe :build)
|
||||||
straight--build-default-steps))
|
t))
|
||||||
(want-byte-compile
|
(want-byte-compile
|
||||||
(or (eq build t)
|
(or (eq build t)
|
||||||
(memq 'compile build)))
|
(memq 'compile build)))
|
||||||
|
Reference in New Issue
Block a user