diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 14:52:52 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 15:09:31 +0000 |
commit | b07025186e2a7b08a485bb7f0fbb79716b110aec (patch) | |
tree | bee05c591783132f8b02901cfca67de748d2128b /sofort | |
parent | a63c8eb97665e8bd98c5c9523d056275b0cc23af (diff) | |
download | bcparser-b07025186e2a7b08a485bb7f0fbb79716b110aec.tar.bz2 bcparser-b07025186e2a7b08a485bb7f0fbb79716b110aec.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() |