mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:47:18 +03:00
added PKG_CONFIG_PATH to output to better verify if it gets properly set with cross compiles.
This commit is contained in:
parent
4e75c70874
commit
100f6b7703
1 changed files with 1 additions and 0 deletions
|
|
@ -322,6 +322,7 @@ logit "CFLAGS = ".$ENV{CFLAGS};
|
|||
logit "LDFLAGS = ".$ENV{LDFLAGS};
|
||||
logit "CC = ".$ENV{CC};
|
||||
logit "MAKEFLAGS = ".$ENV{MAKEFLAGS};
|
||||
logit "PKG_CONFIG_PATH = ".$ENV{PKG_CONFIG_PATH};
|
||||
logit "target = ".$targetos;
|
||||
logit "version = $version"; # script version
|
||||
logit "date = $timestamp"; # When the test build starts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue