[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 0bc9cbc484342f37853cfc3c6730e7d7a46055bf
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
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

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits