Open jhasse opened 8 years ago
Using fish on Windows via MSYS2 the automatic suggestion to install the correct package only works when typing the full binary name, including .exe, see https://github.com/fish-shell/fish-shell/issues/3428.
.exe
As it calling binaries on Windows works with and without the .exe extension, it would be great if pkgfile handled this automatically.
Is there a preprocessor macro I can use to detect compilation on windows? I don't think this should be done for unixy installs.
Yes, _WIN32 is only definied on Windows.
_WIN32
Using fish on Windows via MSYS2 the automatic suggestion to install the correct package only works when typing the full binary name, including
.exe
, see https://github.com/fish-shell/fish-shell/issues/3428.As it calling binaries on Windows works with and without the
.exe
extension, it would be great if pkgfile handled this automatically.