1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 23:11:16 +02:00

Don't build MonitorFdHup on Windows

https://hydra.nixos.org/build/295398462
(cherry picked from commit a9b6213221)
This commit is contained in:
Eelco Dolstra 2025-04-23 17:50:45 +02:00 committed by Mergify
parent 70921714cb
commit d3c79e2b13

View file

@ -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