Skip to content

Commit

Permalink
opam file: do not use --api by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Sagot authored and sagotch committed Jul 24, 2019
1 parent 94c8c47 commit 670a708
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions geneweb.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,20 @@ dev-repo: "git://github.com/geneweb/geneweb"
bug-reports: "https://github.com/geneweb/geneweb/issues"

build: [
[ "./configure" "--api" ]
[ "./configure" ]
[ make "exe" ]
]

install: [
[ "./configure" "--api" ]
[ "./configure" ]
[ make "install" ]
]

remove: [
[ "./configure" "--api" ]
[ "./configure" ]
[ make "uninstall" ]
]

pin-depends: [
[ "markup.dev" "git://github.com/geneanet/markup.ml" ]
]

depends: [
"benchmark" { with-test }
"camlp5" { build }
Expand Down

0 comments on commit 670a708

Please sign in to comment.