diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 07:34:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:37:34 +0000 |
commit | 008ead478612f5351fa411d9824bcf679ef2d747 (patch) | |
tree | 21146ee96412e033e62fa62042bb69645c8aedfc /configure | |
parent | 7542edb9d886ca3ffca6550c5b3fe4cf389c4804 (diff) | |
download | sltdl-008ead478612f5351fa411d9824bcf679ef2d747.tar.bz2 sltdl-008ead478612f5351fa411d9824bcf679ef2d747.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 |