From 63f796ba41cecb258a31e1725e3538968ed28b5c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 2 Aug 2019 00:55:01 +0300 Subject: [PATCH] chromium: Don't use lld --- testing/chromium/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/chromium/build b/testing/chromium/build index e216f381..7c1a1f5c 100755 --- a/testing/chromium/build +++ b/testing/chromium/build @@ -68,7 +68,7 @@ for patch in *.patch; do done # Use 'clang' instead of 'gcc'. -export CC=clang CXX=clang++ AR=llvm-ar NM=llvm-nm LD=ld.lld +export CC=clang CXX=clang++ AR=llvm-ar NM=llvm-nm LD=clang++ export PATH=$PWD/fix-python-bin:$PATH # Make a temporary script to cause 'python' to resolve to python 2 and not 3.