diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 14:52:52 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 15:11:56 +0000 |
commit | 892127c75dfa780169c7d703afab2b57b7f7893b (patch) | |
tree | 884121c7c11155af2e94cf76c52b89f1449d8c73 /sofort | |
parent | e5b1d4a3c84d49a077123423ed5f4c33af533b7f (diff) | |
download | sbmake-892127c75dfa780169c7d703afab2b57b7f7893b.tar.bz2 sbmake-892127c75dfa780169c7d703afab2b57b7f7893b.tar.xz |
build system: ccenv: ccenv_output_defs(): record compilation environment.
Diffstat (limited to 'sofort')
-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() |