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 09:07:54 +03:00
parent fbc910aed5
commit cf84bd2bac

View File

@ -12,7 +12,7 @@ cd src
gclient config https://chromium.googlesource.com/chromium/src.git
gclient runhooks
PYTHONDONTWRITEBYTECODE=1 python2 "$PWD/depot_tools/gn.py" gen out/Default \
PYTHONDONTWRITEBYTECODE=1 python2 "$OLDPWD/depot_tools/gn.py" gen out/Default \
--args='target_cpu="x64" is_debug=false use_jumbo_build=true enable_nacl=false symbol_level=0 blink_symbol_level=0 enable_nacl_nonsfi=false use_gtk3=true use_gold=false treat_warnings_as_errors=false fatal_linker_warnings=false use_sysroot=false use_cups=false rtc_use_x11=true use_dbus=false safe_browsing_mode=0 use_pulseaudio=false use_use_gconf=false use_gio=false use_gnome_keyring=false use_kerberos=false'
ninja -C out/Release chrome chromedriver