Skip to content
Snippets Groups Projects
Commit 100f6b77 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

added PKG_CONFIG_PATH to output to better verify if it gets properly set with cross compiles.

parent 4e75c708
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment