mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 20:16:03 +01:00
Don't build MonitorFdHup on Windows
https://hydra.nixos.org/build/295398462
(cherry picked from commit a9b6213221)
This commit is contained in:
parent
70921714cb
commit
d3c79e2b13
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