Fix #4602: void-variable straight--build-default-steps

This commit is contained in:
Henrik Lissner 2021-02-01 02:31:22 -05:00
parent b78206d002
commit a61758523d

View file

@ -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)))