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.
2 parents 73033b7 + b641952 commit 9857c99Copy full SHA for 9857c99
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