Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Jan 30, 2023
1 parent 013db94 commit 2045b73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
(name memgraph_kitty)
(depends
(ocaml (>= 4.05.0))
(memgraph (= :version))
(ppx_blob (and :build (>= 0.7.0)))
(nanosvg (>= 0.1))
(nanosvg_text (>= 0.1))
Expand Down
1 change: 1 addition & 0 deletions memgraph_kitty.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ bug-reports: "https://github.com/gbury/ocaml-memgraph/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.05.0"}
"memgraph" {= version}
"ppx_blob" {build & >= "0.7.0"}
"nanosvg" {>= "0.1"}
"nanosvg_text" {>= "0.1"}
Expand Down
1 change: 0 additions & 1 deletion src/core/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
(public_name memgraph)
(libraries unix)
(modules Repr Dot)
(preprocess (action (run %{bin:cppo} -V OCAML:%{ocaml_version} %{input-file})))
)

0 comments on commit 2045b73

Please sign in to comment.