gow icon indicating copy to clipboard operation
gow copied to clipboard

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

Open owlet42 opened this issue 4 years ago • 0 comments

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.

owlet42 avatar Apr 29 '20 03:04 owlet42