mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Log CPPFLAGS environment variable along with the others.
This commit is contained in:
parent
e2df946eee
commit
6005a461bb
@ -264,6 +264,7 @@ logit "NAME = $name";
|
||||
logit "EMAIL = $email";
|
||||
logit "DESC = $desc";
|
||||
logit "CONFOPTS = $confopts";
|
||||
logit "CPPFLAGS = ".$ENV{CPPFLAGS};
|
||||
logit "CFLAGS = ".$ENV{CFLAGS};
|
||||
logit "LDFLAGS = ".$ENV{LDFLAGS};
|
||||
logit "CC = ".$ENV{CC};
|
||||
|
Loading…
Reference in New Issue
Block a user