mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
Don't build getPtsName() on Windows
It's not needed. https://hydra.nixos.org/build/309215536
This commit is contained in:
parent
5e65584edf
commit
8aa0acb9e8
1 changed files with 5 additions and 3 deletions
|
|
@ -179,6 +179,7 @@ std::pair<unsigned short, unsigned short> getWindowSize()
|
||||||
return *windowSize.lock();
|
return *windowSize.lock();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef _WIN32
|
||||||
std::string getPtsName(int fd)
|
std::string getPtsName(int fd)
|
||||||
{
|
{
|
||||||
# ifdef __APPLE__
|
# ifdef __APPLE__
|
||||||
|
|
@ -203,5 +204,6 @@ std::string getPtsName(int fd)
|
||||||
return buf;
|
return buf;
|
||||||
# endif
|
# endif
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
} // namespace nix
|
} // namespace nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue