mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 16:29:36 +01:00
Disable MonitorFdHup test on cygwin
This commit is contained in:
parent
13b896a188
commit
b115c90043
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#ifndef _WIN32
|
||||
// TODO: investigate why this is hanging on cygwin
|
||||
#if !defined(_WIN32) && !defined(__CYGWIN__)
|
||||
|
||||
# include "nix/util/util.hh"
|
||||
# include "nix/util/monitor-fd.hh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue