mirror of
https://github.com/NixOS/nix.git
synced 2025-11-22 18:29:36 +01:00
Don't build MonitorFdHup on Windows
https://hydra.nixos.org/build/295398462
This commit is contained in:
parent
876f676d90
commit
a9b6213221
1 changed files with 8 additions and 4 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
#ifndef _WIN32
|
||||||
|
|
||||||
# include "nix/util/util.hh"
|
# include "nix/util/util.hh"
|
||||||
# include "nix/util/monitor-fd.hh"
|
# include "nix/util/monitor-fd.hh"
|
||||||
|
|
||||||
|
|
@ -16,3 +18,5 @@ TEST(MonitorFdHup, shouldNotBlock)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue