[install] Include .exe extension when symlinking the mono binary (#14958)
commit5440491ae8b4b65a4e2010f86e425b265e825250
authorAleksey Kliger (λgeek) <alklig@microsoft.com>
Tue, 11 Jun 2019 13:42:24 +0000 (11 09:42 -0400)
committerSteve Pfister <steveisok@users.noreply.github.com>
Tue, 11 Jun 2019 13:42:24 +0000 (11 09:42 -0400)
treee34369308c1643f54f0419860d735cf4f535f3af
parent3a193b7ae59f62d52c1713b7d55548acf86cad67
[install] Include .exe extension when symlinking the mono binary (#14958)

Prevent the SDKs from making dangling symlinks when packaging the MXE
cross-compilers: should hav

    mono.exe -> mono-sgen.exe

rather than

    mono -> mono-sgen (dangling).
mono/mini/Makefile.am.in