diff options
author | midipix <writeonce@midipix.org> | 2021-06-12 08:21:36 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-12 10:45:12 +0000 |
commit | 9d7f3e107d4f09ad2ac22140e1dcbe950356da69 (patch) | |
tree | 650ecf01f56aec5d7c60f68f2897bcfbde05b2a8 /sofort/ccenv | |
parent | 7e4b95c4c7a20d2c1c460a0bf1287b4177dae8f1 (diff) | |
download | u16ports-9d7f3e107d4f09ad2ac22140e1dcbe950356da69.tar.bz2 u16ports-9d7f3e107d4f09ad2ac22140e1dcbe950356da69.tar.xz |
build system: added cfgtest_package_exists() & cfgtest_package_config().
Diffstat (limited to 'sofort/ccenv')
-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 26270f4..d98e87e 100644 --- a/sofort/ccenv/ccenv.sh +++ b/sofort/ccenv/ccenv.sh @@ -1489,6 +1489,7 @@ ccenv_output_defs() eval 'ccenv_'${ccenv_cfgtype}'_cc'=\'$ccenv_cc\' eval 'ccenv_'${ccenv_cfgtype}'_cc_environment'=\'$ccenv_cc_environment\' eval 'ccenv_'${ccenv_cfgtype}'_dumpmachine_switch'=\'$ccenv_dumpmachine_switch\' + eval 'ccenv_'${ccenv_cfgtype}'_pkgconf'=\'$ccenv_pkgconf\' } ccenv_set_cc_switch_vars() |