[tor-browser-build/master] Bug 40391: Fix clang config

8 Dec
2021
8 Dec
'21
9:17 a.m.
commit 0bc9cbc484342f37853cfc3c6730e7d7a46055bf Author: Georg Koppen <gk@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
1277
Age (days ago)
1277
Last active (days ago)
0 comments
1 participants
participants (1)
-
boklm@torproject.org