[tbb-commits] [tor-browser-build/maint-11.0] Bug 40391: Fix clang config
sysrqb at torproject.org
sysrqb at torproject.org
Thu Feb 3 17:10:02 UTC 2022
commit 163f9a33bc02d2a70fdd134c390094ff5317c01c
Author: Georg Koppen <gk at torproject.org>
Date: Wed Dec 8 09:13:30 2021 +0000
Bug 40391: Fix clang config
---
projects/clang/config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/clang/config b/projects/clang/config
index 11ea039..aeefc7a 100644
--- a/projects/clang/config
+++ b/projects/clang/config
@@ -14,7 +14,7 @@ input_files:
enable: '[% c("var/linux") %]'
- name: binutils
project: binutils
- enable: '[% c("var/linux") %] || [% c("var/android") %]'
+ enable: '[% c("var/linux") || c("var/android") %]'
- project: cmake
name: cmake
- project: llvm-project
More information about the tbb-commits
mailing list