You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
winpty-rs currently detects winpty library's presence by trying to run winpty-agent.exe from PATH. Some software on Windows, for example Neovim, ships with this executable; if the user puts such software on PATH, the build script is tricked into thinking the library exists where it may not.
I think to detect winpty's usability more reliably we just have to try to link something with winpty and see if it fails.
The text was updated successfully, but these errors were encountered:
winpty-rs currently detects winpty library's presence by trying to run
winpty-agent.exe
from PATH. Some software on Windows, for example Neovim, ships with this executable; if the user puts such software on PATH, the build script is tricked into thinking the library exists where it may not.I think to detect winpty's usability more reliably we just have to try to link something with winpty and see if it fails.
The text was updated successfully, but these errors were encountered: