Skip to content

Commit 2045b73

Browse files
committed
Build fixes
1 parent 013db94 commit 2045b73

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
(name memgraph_kitty)
3030
(depends
3131
(ocaml (>= 4.05.0))
32+
(memgraph (= :version))
3233
(ppx_blob (and :build (>= 0.7.0)))
3334
(nanosvg (>= 0.1))
3435
(nanosvg_text (>= 0.1))

memgraph_kitty.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ bug-reports: "https://github.com/gbury/ocaml-memgraph/issues"
2020
depends: [
2121
"dune" {>= "2.7"}
2222
"ocaml" {>= "4.05.0"}
23+
"memgraph" {= version}
2324
"ppx_blob" {build & >= "0.7.0"}
2425
"nanosvg" {>= "0.1"}
2526
"nanosvg_text" {>= "0.1"}

src/core/dune

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
(public_name memgraph)
99
(libraries unix)
1010
(modules Repr Dot)
11-
(preprocess (action (run %{bin:cppo} -V OCAML:%{ocaml_version} %{input-file})))
1211
)
1312

0 commit comments

Comments
 (0)