Skip to content

Commit

Permalink
Change :build -> :pre-build in straight recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakyle authored Aug 31, 2021
1 parent 962b768 commit 96a4850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ example with the [[https://github.com/raxod502/straight.el/][straight.el]] devel
'(webkit :type git :host github :repo "akirakyle/emacs-webkit"
:branch "main"
:files (:defaults "*.js" "*.css" "*.so")
:build ("make")))
:pre-build ("make")))
#+end_src

I'm a bit hesitant to add lisp code to do this automagically or fetch prebuilt
Expand Down

0 comments on commit 96a4850

Please sign in to comment.