Skip to content

Commit

Permalink
feature: use posix_spawn on macos
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>

<!-- ps-id: e726a301-bd20-460c-a5f1-a65730739bba -->
  • Loading branch information
rgrinberg committed Aug 8, 2023
1 parent 0d7efdf commit 601a25f
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 88 deletions.
2 changes: 1 addition & 1 deletion src/dune_config/config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ let copy_file =

let background_default =
match Platform.OS.value with
| Linux | Windows -> `Enabled
| Linux | Windows | Darwin -> `Enabled
| _ -> `Disabled
;;

Expand Down
Loading

0 comments on commit 601a25f

Please sign in to comment.