From 6ebae850eb5220d8b13efbd88bb4b9cfc6f75d46 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 26 May 2021 07:34:30 +0000 Subject: build system: configure: make the cfgtest framework available to ccenv.sh. --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 59c3bc9..b2632a9 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3