-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add -c flag to force color output. #1268
Conversation
This is related to pull-request #1230 |
Looks like it's missing this: https://github.com/ninja-build/ninja/pull/1230/files#diff-78294872cbf9d32f4f972288561fa718R1071
One more thing: it shouldn't return here https://github.com/ninja-build/ninja/pull/1268/files#diff-78294872cbf9d32f4f972288561fa718R1101 |
click to expand
|
Looks good |
I would love to see this merged. Is it just the conflict that needs to be resolved? |
tiny nitpick: |
@pseyfert have you tested it to work though? if it doesn't work, check out my patch: |
@xftroxgpx good point, patched, thanks. |
Thanks for the PR! I've implemented this using the env var
If you don't want to use an env var it's also possible to use Besides that I think that |
No description provided.