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-31 00:26:24 +03:00
parent e66a18ca73
commit a2d24e74c9

View File

@ -43,8 +43,9 @@ set -- \
use_system_harfbuzz=true \
use_official_google_api_keys=false \
use_unofficial_version_number=false \
remove_webcore_debug_symbols=true \
is_official_build=true
remove_webcore_debug_symbols=true
# Clang is needed for this as well as additional patches/workarounds.
# is_official_build=true
for patch in *.patch; do
patch -p1 < "$patch"