diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 07:34:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:37:29 +0000 |
commit | 6ebae850eb5220d8b13efbd88bb4b9cfc6f75d46 (patch) | |
tree | 417dfb7278a4ab4fbd08166ed3101e74fafd5829 /configure | |
parent | 38d03d6744e99884f47978dfe291d3f598293f11 (diff) | |
download | pemagine-6ebae850eb5220d8b13efbd88bb4b9cfc6f75d46.tar.bz2 pemagine-6ebae850eb5220d8b13efbd88bb4b9cfc6f75d46.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 |