Skip to content

Commit 8d07155

Browse files
rgrinbergemillon
authored andcommitted
Use posix_spawn instead of vfork on mac OS >= 12.
(picked from janestreet#47) Signed-off-by: Jesse Tov <[email protected]> Signed-off-by: Rudi Grinberg <[email protected]>
1 parent fe3419b commit 8d07155

File tree

2 files changed

+308
-54
lines changed

2 files changed

+308
-54
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@ promote:
2727
fmt:
2828
dune build @fmt --auto-promote
2929

30+
.PHONY: nix/opam-selection.nix
31+
nix/opam-selection.nix:
32+
nix-shell -A resolve default.nix
33+
3034
.PHONY: default install uninstall reinstall clean test

0 commit comments

Comments
 (0)