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 | 9c7a63321741d1bd60047b1a71fd0d09b46cf999 (patch) | |
tree | cedb65d73d8fbda2ae267e5af2c8f0c0d5d6ca77 | |
parent | 3df2619c1b749f45dfeb2e7a5f646b8845933387 (diff) | |
download | bautomake-9c7a63321741d1bd60047b1a71fd0d09b46cf999.tar.bz2 bautomake-9c7a63321741d1bd60047b1a71fd0d09b46cf999.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 |