forked from kiss-community/repo
chromium: Fix clang
This commit is contained in:
parent
dacbe92a1f
commit
20be3c7584
@ -56,7 +56,7 @@ done
|
||||
find . -type f -name \*.py -exec sed -i '1s|python$|&2|' {} \;
|
||||
|
||||
# Use 'clang' instead of 'gcc'.
|
||||
export CC=clang CXX=clang++ AR=ar NM=nm LD=lld
|
||||
export CC=clang CXX=clang++ AR=ar NM=nm LD=ld.lld
|
||||
export PATH=$PWD/fix-python-bin:$PATH
|
||||
|
||||
# Make a temporary script to cause 'python' to resolve to python 2 and not 3.
|
||||
|
Loading…
Reference in New Issue
Block a user