We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a0671 commit b641952Copy full SHA for b641952
src/dynlink/lin_tests.ml
@@ -31,7 +31,7 @@ end
31
module DynT = Lin_domain.Make(DynConf)
32
33
let _ =
34
- if Sys.win32
+ if Sys.win32 || Sys.cygwin
35
then
36
Printf.printf "Lin Dynlink tests disabled under Windows\n\n%!"
37
else
0 commit comments