mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05: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
@ -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…
Reference in New Issue
Block a user