Skip to content

Commit

Permalink
Merge pull request #61 from samoht/subst
Browse files Browse the repository at this point in the history
Fix `jbuilder subst` commands
  • Loading branch information
samoht committed Jun 23, 2017
2 parents e19e3e1 + 786573b commit fd57ff2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charrua-client.opam
Expand Up @@ -9,7 +9,7 @@ tags: [ "org:mirage"]
doc: "https://docs.mirage.io"

build: [
[ "jbuilder" "subst" ] {pinned}
[ "jbuilder" "subst" "-n" name ] {pinned}
[ "jbuilder" "build" "-p" name "-j" jobs ]
]

Expand Down
2 changes: 1 addition & 1 deletion charrua-core.opam
Expand Up @@ -11,7 +11,7 @@ doc: "https://mirage.github.io/charrua-core/api"
available: [ocaml-version >= "4.03" & opam-version >= "1.2"]

build: [
["jbuilder" "subst" "-p" name "--name" name] {pinned}
["jbuilder" "subst" "-n" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]

Expand Down
2 changes: 1 addition & 1 deletion charrua-unix.opam
Expand Up @@ -8,7 +8,7 @@ license: "ISC"
dev-repo: "https://github.com/haesbaert/charrua-unix.git"
available: [ocaml-version >= "4.03.0" & opam-version >= "1.2"]
build: [
["jbuilder" "subst" "-p" name "--name" name] {pinned}
["jbuilder" "subst" "-n" name] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
Expand Down

0 comments on commit fd57ff2

Please sign in to comment.