From df7105c7f6b18349eb87494c7037822565105781 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Sat, 5 Jun 2021 14:52:52 +0000
Subject: build system: ccenv: ccenv_output_defs(): record compilation
 environment.

---
 sofort/ccenv/ccenv.sh | 1 +
 1 file changed, 1 insertion(+)

(limited to 'sofort/ccenv')

diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index eddbb68..f05ff49 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -1443,6 +1443,7 @@ ccenv_output_defs()
 	fi
 
 	eval 'ccenv_'${ccenv_cfgtype}'_cc'=\'$ccenv_cc\'
+	eval 'ccenv_'${ccenv_cfgtype}'_cc_environment'=\'$ccenv_cc_environment\'
 }
 
 ccenv_set_cc_switch_vars()
-- 
cgit v1.2.3