2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-02-24 23:26:29 -07:00

chromium: Don't use lld

This commit is contained in:
Dylan Araps 2019-08-02 00:55:01 +03:00
parent cc9c6d6d31
commit 63f796ba41

View File

@ -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.