Skip to content

Commit

Permalink
Tweak benchmark exe enabled_if constraint.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboris committed Feb 28, 2025
1 parent e252381 commit 2701ca7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bench/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
(executable
;; core_unix constraint
(enabled_if (>= %{ocaml_version} 5.1))
(enabled_if (and
(>= %{ocaml_version} 5.1)
(<> %{os_type} "Win32")))
(name benchmark)
(public_name benchmark)
(libraries core core_bench core_unix brisk-reconciler)
Expand Down

0 comments on commit 2701ca7

Please sign in to comment.