diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 07:34:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:37:35 +0000 |
commit | e0bd83a1173b49b6edef4c09e8fd5e60ab229c98 (patch) | |
tree | 80b0e10d64286db1d307a09b6f03d19595cd027e /configure | |
parent | d88abb39737adf9d66191b01466f99f8b27f518c (diff) | |
download | sofort-e0bd83a1173b49b6edef4c09e8fd5e60ab229c98.tar.bz2 sofort-e0bd83a1173b49b6edef4c09e8fd5e60ab229c98.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 |