mirror of
https://github.com/curl/curl.git
synced 2026-05-30 07:07:30 +03:00
Log CPPFLAGS environment variable along with the others.
This commit is contained in:
parent
e2df946eee
commit
6005a461bb
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue