diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 07:34:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:37:38 +0000 |
commit | 182e22f0d161b193b18383f307d1d7d9c8c0be06 (patch) | |
tree | 886ec1e043fbeea6f0248610dada5e79e28b9949 /configure | |
parent | 40ac7a71e684fc83e2fa0b84a6358179a4bb2021 (diff) | |
download | w32lib-182e22f0d161b193b18383f307d1d7d9c8c0be06.tar.bz2 w32lib-182e22f0d161b193b18383f307d1d7d9c8c0be06.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 |