From e38ae08647c1ef3a8686ba793f54c0a2938edf13 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 05 2021 15:11:52 +0000 Subject: build system: ccenv: ccenv_output_defs(): record compilation environment. --- diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index eddbb68..f05ff49 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -1443,6 +1443,7 @@ ccenv_output_defs() fi eval 'ccenv_'${ccenv_cfgtype}'_cc'=\'$ccenv_cc\' + eval 'ccenv_'${ccenv_cfgtype}'_cc_environment'=\'$ccenv_cc_environment\' } ccenv_set_cc_switch_vars()