bmatzelle / gow

Unix command line utilities installer for Windows.
https://github.com/bmatzelle/gow/wiki
6.58k stars 365 forks source link

"make.exe" doesn't work well under win10 #259

Open owlet42 opened 4 years ago

owlet42 commented 4 years ago

The path of win10 is divided by \, but make.exe ignores the symbol of \, which causes that the corresponding command cannot be found correctly when it is used under win10.

An error message appears:command not found

If you use mingw32-make.exe, you will not have this problem. You need to rename mingw32-make.exe to make.exe.