Skip to content

Commit

Permalink
Merge pull request ocaml-multicore#511 from talex5/fix-build
Browse files Browse the repository at this point in the history
Don't run Windows discover script on other platforms
  • Loading branch information
talex5 authored May 8, 2023
2 parents 439e538 + 702299d commit 950b1a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib_eio_windows/dune
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@

(rule
(targets config.ml)
(action (run ./include/discover.exe)))
(enabled_if (= %{os_type} "Win32"))
(action (run ./include/discover.exe)))

0 comments on commit 950b1a8

Please sign in to comment.