mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-02 19:17:19 -06:00
chromium: Fix build.
This commit is contained in:
parent
e66a18ca73
commit
a2d24e74c9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user