2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-10 12:50:20 -07:00

chromium: Fix build.

This commit is contained in:
Dylan Araps 2019-07-28 08:54:42 +03:00
parent 9a47434b08
commit e4a8a3fc6e

View File

@ -4,7 +4,9 @@ git clone --depth 1 \
https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH="$PATH:$PWD/depot_tools"
export DEPOT_TOOLS_WIN_TOOLCHAIN=0
gclient config https://chromium.googlesource.com/chromium/src.git
gclient runhooks
PYTHONDONTWRITEBYTECODE=1 python2 "$PWD/depot_tools/gn.py" gen out/Default \