Skip to content

Commit

Permalink
[opam] Fix typo in build variable.
Browse files Browse the repository at this point in the history
Fixes #8431
  • Loading branch information
ejgallego committed Sep 20, 2018
1 parent 4f85e54 commit 8f23d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coq.opam
Expand Up @@ -18,5 +18,5 @@ depends: [
build: [
[ "dune" "build" "@vodeps" ]
[ "dune" "exec" "coq_dune" "_build/default/.vfiles.d" ]
[ "dune" "build" "-p" package "-j" jobs ]
[ "dune" "build" "-p" name "-j" jobs ]
]
2 changes: 1 addition & 1 deletion ide/coqide.opam
Expand Up @@ -16,4 +16,4 @@ depends: [
"coq"
]

build: [ [ "dune" "build" "-p" package "-j" jobs ] ]
build: [ [ "dune" "build" "-p" name "-j" jobs ] ]

0 comments on commit 8f23d8d

Please sign in to comment.