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-28 08:59:06 +03:00
parent e4a8a3fc6e
commit fbc910aed5

View File

@ -6,6 +6,9 @@ git clone --depth 1 \
export PATH="$PATH:$PWD/depot_tools"
export DEPOT_TOOLS_WIN_TOOLCHAIN=0
mkdir -p src
cd src
gclient config https://chromium.googlesource.com/chromium/src.git
gclient runhooks