diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 14:52:52 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 15:10:04 +0000 |
commit | eb6911d318b21084306a811743cc700e217e6272 (patch) | |
tree | 6338f36f95e20b185a2ec941a119f9c59348f88a /sofort | |
parent | 88254c97a4af329b4147c493a300f298c9692845 (diff) | |
download | mmglue-eb6911d318b21084306a811743cc700e217e6272.tar.bz2 mmglue-eb6911d318b21084306a811743cc700e217e6272.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() |