diff options
author | midipix <writeonce@midipix.org> | 2020-01-03 05:27:51 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-03 05:30:26 +0000 |
commit | 2b3ef4a06863d40ce5aec7108e76843bf5732c3f (patch) | |
tree | d450b5546e145e8246c221694e73207d668fd6bd /sofort/ccenv | |
parent | e3276434c2b2c8fdd85de2b8c4c6f41dcdc94565 (diff) | |
download | apimagic-2b3ef4a06863d40ce5aec7108e76843bf5732c3f.tar.bz2 apimagic-2b3ef4a06863d40ce5aec7108e76843bf5732c3f.tar.xz |
build system: ccenv_set_toolchain_variables(): support CC="cc ..." settings.
Diffstat (limited to 'sofort/ccenv')
-rw-r--r-- | sofort/ccenv/ccenv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh index 2fe29e6..2c49141 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -1269,7 +1269,7 @@ ccenv_set_toolchain_variables() ccenv_output_defs ccenv_clean_up - eval ccenv_${ccenv_cfgtype}_cc="$ccenv_cc" + eval 'ccenv_'${ccenv_cfgtype}'_cc'=\'$ccenv_cc\' } ccenv_set_host_variables() |