summaryrefslogtreecommitdiffhomepage
path: root/sofort
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-01 04:25:12 -0500
committermidipix <writeonce@midipix.org>2019-01-01 04:42:18 -0500
commitea06a1a9c58735f7f5a91e2885fc495603825ab8 (patch)
tree70a0ddf64e2779831abf143c653c274a8ab1c11f /sofort
parent3c5d3d41d0ecbeea65e75c0b3bae56a0c165b1f0 (diff)
downloaddalist-ea06a1a9c58735f7f5a91e2885fc495603825ab8.tar.bz2
dalist-ea06a1a9c58735f7f5a91e2885fc495603825ab8.tar.xz
build system: ccenv: projects can now disable the population of native.mk.
Diffstat (limited to 'sofort')
-rw-r--r--sofort/ccenv/ccenv.sh4
1 files changed, 3 insertions, 1 deletions
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
}