Fix #4602: void-variable straight--build-default-steps
This commit is contained in:
parent
b78206d002
commit
a61758523d
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue