Closed dadepo closed 1 year ago
@dadepo
-v --verbose
flag is included@dadepo
- I think this is fair
- However, I do think this message should only be logged when the
-v --verbose
flag is included
@ra0x3 Updated to as suggested. I only extended the error message for one of the 3 error paths, as I was not sure if the other two can be due to the missing env variables.
@dadepo
@lostman Thanks. I have accepted your suggestions.
Currently opening as draft:
Not sure I totally understand the requirement here and whether the changes in this PR already satisfies this.
Description
When compilation fails and host is Apple M1, print out error message Informing user about possible missing environment vars.
Closes #889
Currently the message printed is
Changelog
error_message
function that, on compilation error, includes information about setting env variables if compilation fails on Apple M1s.