ci: add missing CFLAGS & CPPFLAGS variable to print_environment

This commit is contained in:
Jonas Nick 2022-11-17 16:36:14 +00:00
parent c2e0fdadeb
commit 7a74688201
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ print_environment() {
SECP256K1_TEST_ITERS BENCH SECP256K1_BENCH_ITERS CTIMETEST\
EXAMPLES \
HOST WRAPPER_CMD \
CC AR NM
CC CFLAGS CPPFLAGS AR NM
do
eval "isset=\${$var+x}"
if [ -n "$isset" ]; then