diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 07:34:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:37:34 +0000 |
commit | 126bf88b175d173167bfb428a05fa07e165e284c (patch) | |
tree | d2b50d0ab06bfaab40652cf4a8997317234268d0 /configure | |
parent | a59cb5da301373c5562a5e01bd2d2dbebbc4d764 (diff) | |
download | sbpython3-126bf88b175d173167bfb428a05fa07e165e284c.tar.bz2 sbpython3-126bf88b175d173167bfb428a05fa07e165e284c.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 |