diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 14:52:52 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 15:11:51 +0000 |
commit | 7cbb52734afc4aaf3926fb32b53fa8ba48213305 (patch) | |
tree | b6d8d49570d2c26659b612f5d92236d19d4d34a0 /sofort/ccenv | |
parent | 8fd076682447e49824feb48beba751a4aa2c1fed (diff) | |
download | ntcon-7cbb52734afc4aaf3926fb32b53fa8ba48213305.tar.bz2 ntcon-7cbb52734afc4aaf3926fb32b53fa8ba48213305.tar.xz |
build system: ccenv: ccenv_output_defs(): record compilation environment.
Diffstat (limited to 'sofort/ccenv')
-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() |