-
-
Notifications
You must be signed in to change notification settings - Fork 621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefiles not compatible with Cmder (a Windows console emulator) #1102
Comments
The Cmder website says:
The Unix |
Well, you have access to all Unix commands but as |
I don't see how you can have access to all Unix commands if |
It's not that you don't have access to it but since there is a "conflict" due to the same name, the msdos command take priority. It doesn't break Git Bash and shouldn't break Linux nor Unix in general. |
Fixed by #1103 |
From #1091, Makefiles generated with Premake uses wrong mkdir command due to mis-identification of shell.
Here is a snippet that could replace the current identification that works with cmd.exe, Powershell, Cmder and Mingw.
which would replace this:
premake-core/modules/gmake2/gmake2.lua
Lines 275 to 284 in ff732af
Just checking I'm not missing something before submitting a PR.
The text was updated successfully, but these errors were encountered: