diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 14:52:52 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 15:12:00 +0000 |
commit | 04f0ebfa8eb4caec17651335cd7c7b6fcd602b26 (patch) | |
tree | 7ae3ac9ef152d549647952b087d4117b7d139329 | |
parent | dc1e8f5a2146da3c8b7c54dcf41867492ed03fed (diff) | |
download | sofort-04f0ebfa8eb4caec17651335cd7c7b6fcd602b26.tar.bz2 sofort-04f0ebfa8eb4caec17651335cd7c7b6fcd602b26.tar.xz |
build system: ccenv: ccenv_output_defs(): record compilation environment.
-rw-r--r-- | sofort/ccenv/ccenv.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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() |