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 | debca4fb5a7faf138083301534836be9b2384a92 (patch) | |
tree | db517e9f761061aa9dc7d7ab7dd3065c7211ec38 /sofort | |
parent | 2614f9cd20c229e51ddc48c5de38b2aa5951e97b (diff) | |
download | sltdl-debca4fb5a7faf138083301534836be9b2384a92.tar.bz2 sltdl-debca4fb5a7faf138083301534836be9b2384a92.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() |