package!: add :build, :post-build support
Straight recipes now support :build & :post-build
This commit is contained in:
parent
91a4311a17
commit
74737dad37
1 changed files with 3 additions and 2 deletions
|
@ -478,8 +478,9 @@ elsewhere."
|
|||
(when-let (recipe (plist-get plist :recipe))
|
||||
(cl-destructuring-bind
|
||||
(&key local-repo _files _flavor
|
||||
_no-build _no-byte-compile _no-native-compile _no-autoloads
|
||||
_type _repo _host _branch _remote _nonrecursive _fork _depth)
|
||||
_no-build _build _post-build _no-byte-compile
|
||||
_no-native-compile _no-autoloads _type _repo _host _branch
|
||||
_remote _nonrecursive _fork _depth)
|
||||
recipe
|
||||
;; Expand :local-repo from current directory
|
||||
(when local-repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue