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

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



commit 163f9a33bc02d2a70fdd134c390094ff5317c01c
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