chromium: Fix build

This commit is contained in:
Dylan Araps 2019-08-01 15:30:15 +03:00
parent cb8de029ea
commit e3bf37985a

View File

@ -53,7 +53,7 @@ for patch in *.patch; do
done
# Use 'clang' instead of 'gcc'.
export CC=clang CXX=clang++ AR=ar NM=nm LD=ld.lld
export CC=clang CXX=clang++ AR=llvm-ar NM=llvm-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.