diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 14:52:52 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 15:11:58 +0000 |
commit | 0705e8dc8e72048029b68113118ec094ea7812d4 (patch) | |
tree | 535387ea671a5a6f7a4f2e6e2660cf8274bcb13d /sofort | |
parent | fd723fa7e3676395477f4a003b3697ae4218d7b2 (diff) | |
download | sbpython2-0705e8dc8e72048029b68113118ec094ea7812d4.tar.bz2 sbpython2-0705e8dc8e72048029b68113118ec094ea7812d4.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() |