diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 07:34:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:37:28 +0000 |
commit | 937cced1529ddc2daa34ee220f176cecb31d1b00 (patch) | |
tree | 1c2a482565f07971bdf7f01d21701641d5a5f397 | |
parent | a437a00a425346b1ce7d66f5fcc542745027f021 (diff) | |
download | ntcon-937cced1529ddc2daa34ee220f176cecb31d1b00.tar.bz2 ntcon-937cced1529ddc2daa34ee220f176cecb31d1b00.tar.xz |
build system: configure: make the cfgtest framework available to ccenv.sh.
-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 |