diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 07:34:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:37:22 +0000 |
commit | 6c251c4aaa13d915e7f5ed408fedffff577093a6 (patch) | |
tree | b3701a6fd8d2e92cf80e0db478b1b5ce73cbf272 /configure | |
parent | e4bcea3410369fe95beb4299fd31d90018d06d78 (diff) | |
download | apimagic-6c251c4aaa13d915e7f5ed408fedffff577093a6.tar.bz2 apimagic-6c251c4aaa13d915e7f5ed408fedffff577093a6.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 |