2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00

chromium: Fix clang

This commit is contained in:
Dylan Araps 2019-08-01 02:03:54 +03:00
parent dacbe92a1f
commit 20be3c7584

View File

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