Skip to content

Commit

Permalink
dune subst is no longer requiring a package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jnavila committed Sep 27, 2018
1 parent 86191cb commit 0d6b828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kicadsch.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bug-reports: "https://github.com/jnavila/plotkicadsch/issues"
license: "ISC"
dev-repo: "https://github.com/jnavila/plotkicadsch.git"
build: [
[ "dune" "subst" "-n" "kicadsch" ] {pinned}
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
]
build-test: [
Expand Down
2 changes: 1 addition & 1 deletion plotkicadsch.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ doc: "https://jnavila.github.io/plotkicadsch/index"
license: "ISC"
dev-repo: "https://github.com/jnavila/plotkicadsch.git"
build: [
[ "dune" "subst" "-n" "kicadsch" ] {pinned}
[ "dune" "subst" ] {pinned}
[ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
Expand Down

0 comments on commit 0d6b828

Please sign in to comment.