diff options
author | midipix <writeonce@midipix.org> | 2021-06-05 14:52:52 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-05 15:11:59 +0000 |
commit | 0b7eb9dda67c08f264fbffa659e6f6c0170c8bb3 (patch) | |
tree | ffc8931e468c6d91845cd8453afcae726b9c2d71 | |
parent | dba2be137c0744929e1886496e5432b34238e256 (diff) | |
download | sbpython3-0b7eb9dda67c08f264fbffa659e6f6c0170c8bb3.tar.bz2 sbpython3-0b7eb9dda67c08f264fbffa659e6f6c0170c8bb3.tar.xz |
build system: ccenv: ccenv_output_defs(): record compilation environment.
-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() |