From 239f6eb68d1a73352b80fbce00d4e634bc25ed4d Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Tue, 1 Jan 2019 04:25:12 -0500
Subject: build system: ccenv: projects can now disable the population of
 native.mk.

---
 sofort/ccenv/ccenv.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'sofort/ccenv')

diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index a608675..6d8f13e 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -1061,5 +1061,7 @@ ccenv_set_host_variables()
 
 ccenv_set_native_variables()
 {
-	ccenv_set_toolchain_variables 'native'
+	if [ _$mb_ccenv_skip_native != _yes ]; then
+		ccenv_set_toolchain_variables 'native'
+	fi
 }
-- 
cgit v1.2.3