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

chromium: Fix build.

This commit is contained in:
Dylan Araps 2019-07-29 17:16:47 +03:00
parent 699f7161b5
commit 2702a16a87

View File

@ -8,7 +8,7 @@ done
find . -type f -name \*.py -exec sed -i '1s|python$|&2|' {} \;
# Use 'gcc' instead of 'clang'.
export CC=gcc CXX=g++ LD=g++ AR=ar
export CC=gcc CXX=g++ LD=g++ AR=ar NM=nm
export PATH=$PWD/fix-python-bin:$PATH
# Make a temporary script to cause 'python' to resolve to python 2 and not 3.