mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-25 07:36:28 -07:00
chromium: Don't use lld
This commit is contained in:
parent
cc9c6d6d31
commit
63f796ba41
@ -68,7 +68,7 @@ for patch in *.patch; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Use 'clang' instead of 'gcc'.
|
# 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
|
export PATH=$PWD/fix-python-bin:$PATH
|
||||||
|
|
||||||
# Make a temporary script to cause 'python' to resolve to python 2 and not 3.
|
# Make a temporary script to cause 'python' to resolve to python 2 and not 3.
|
||||||
|
Loading…
Reference in New Issue
Block a user