8ac5e011d6
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
11 lines
383 B
Diff
11 lines
383 B
Diff
--- a/ocamlbuild_goodies/jane_street_ocamlbuild_goodies.ml
|
|
+++ b/ocamlbuild_goodies/jane_street_ocamlbuild_goodies.ml
|
|
@@ -65,7 +65,7 @@ let track_external_deps = function
|
|
|
|
let stat, md5sum =
|
|
match run_and_read "uname" |> String.trim with
|
|
- | "Darwin" ->
|
|
+ | "FreeBSD" | "NetBSD" ->
|
|
(S [A "stat"; A "-f"; A "%d:%i:%m"],
|
|
A "md5")
|
|
| _ ->
|