diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 07:34:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:37:36 +0000 |
commit | d03fdc9a48e8627a12f5453ada8a2371b93f6b36 (patch) | |
tree | 58a45e3f81a3681580be282c5fd40bb7565be516 /configure | |
parent | 5e5f8a93bfc31aa07e6fb0c21b07ce68b1e12585 (diff) | |
download | tpax-d03fdc9a48e8627a12f5453ada8a2371b93f6b36.tar.bz2 tpax-d03fdc9a48e8627a12f5453ada8a2371b93f6b36.tar.xz |
build system: configure: make the cfgtest framework available to ccenv.sh.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -151,6 +151,9 @@ init_vars() eval "$mb_expr" done + # cfgtest + . $mb_project_dir/sofort/cfgtest/cfgtest.sh + # ccenv . $mb_project_dir/sofort/ccenv/ccenv.sh |