This commit is contained in:
Jeremie Dimino 2017-03-03 07:25:06 +00:00
parent 4fa0844e42
commit 8ddcf0b160
1 changed files with 1 additions and 1 deletions

View File

@ -1040,7 +1040,7 @@ You should set the =build:= field of your =<package>.opam= file as
follow:
#+begin_src
build: [["jbuilder" "build" "--only-packages" "<package>" "--root" "." "-j" jobs @install]]
build: [["jbuilder" "build" "--only-packages" "<package>" "--root" "." "-j" jobs "@install"]]
#+end_src
This has the following effects: