diff options
author | midipix <writeonce@midipix.org> | 2020-01-03 20:06:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-03 20:06:58 +0000 |
commit | 1f560a40ea978c9527b5714bb9757bd3665cad9c (patch) | |
tree | d6e5681b8b31d0d0d2bd02a0341430115f0afff2 /sofort/ccenv | |
parent | 6773ed45d7aa49eaa45381c9ebe5ea6a20a18bac (diff) | |
download | apimagic-1f560a40ea978c9527b5714bb9757bd3665cad9c.tar.bz2 apimagic-1f560a40ea978c9527b5714bb9757bd3665cad9c.tar.xz |
build system: ccenv_set_cc_host(): describe as host 'system', not 'name'.
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 37a3cf4..ee63ec2 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -556,7 +556,7 @@ ccenv_set_cxx() ccenv_set_cc_host() { - ccenv_attr_prolog 'name' + ccenv_attr_prolog 'system' ccenv_cc_host="$ccenv_cchost" ccenv_attr_epilog "$ccenv_cc_host" } |