[tor-commits] [tor-browser-build/master] Bug 40391: Fix clang config
    boklm at torproject.org 
    boklm at torproject.org
       
    Wed Dec  8 09:17:58 UTC 2021
    
    
  
commit 0bc9cbc484342f37853cfc3c6730e7d7a46055bf
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 tor-commits
mailing list