Allowed to override by variable CC the use of g++ in releng/auto_cxx . Proposal by Tom Stellard.

This commit is contained in:
2022-05-10 17:16:38 +02:00
parent fc587966d3
commit 0cb2e15190
2 changed files with 4 additions and 3 deletions

View File

@ -29,7 +29,7 @@ fi
# xorriso binary is not needed for that particular test
SAMPLE_CODE_DIR=codesamples
CC=g++
CC=${CC:-g++}
# check compiler
if ! which "${CC}" >/dev/null 2>&1; then