diff options
author | midipix <writeonce@midipix.org> | 2021-05-26 07:34:30 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-26 14:37:37 +0000 |
commit | 2d8c574095497690e1694a5a90daa60ad645f93e (patch) | |
tree | cec63ec7e8f11e9bff5b030f426a5efc97cfbd21 /configure | |
parent | 68c6c9756e498113b4f0517764e7631b224384de (diff) | |
download | u16ports-2d8c574095497690e1694a5a90daa60ad645f93e.tar.bz2 u16ports-2d8c574095497690e1694a5a90daa60ad645f93e.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 |