summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index f3e3fcc..792ba40 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -26,8 +26,8 @@ PREFERRED_PROVIDER_llvm-native = "clang-native"
26PREFERRED_PROVIDER_nativesdk-llvm = "nativesdk-clang" 26PREFERRED_PROVIDER_nativesdk-llvm = "nativesdk-clang"
27INHERIT += "clang" 27INHERIT += "clang"
28 28
29# include clang in SDK 29# Do not include clang in SDK unless user wants to
30CLANGSDK ??= "1" 30CLANGSDK ??= "0"
31 31
32LLVMVERSION = "10.0.0" 32LLVMVERSION = "10.0.0"
33 33