Compare commits

..

2 Commits

Author SHA1 Message Date
uazo
729ad9b695 try to disable clang_use_chrome_plugins=false 2022-04-12 10:13:51 +02:00
uazo
ffc028a0e9 Update export-all-patch.sh 2022-04-12 10:11:25 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ for current_file in $(cat $PATCH_LIST); do
if [[ $current_file =~ ^changed/.* ]]; then
mv ~/bromite/build/patches-new/$(basename $current_file) ~/bromite/build/patches-new/changed
elif [[ $current_file =~ ^contrib/.* ]]; then
mv ~/bromite/build/patches-new/$(basename $current_file) ~/bromite/build/patches-new/contrib
mv ~/bromite/build/patches-new/$(basename $current_file) ~/bromite/build/patches-new/contrib || true
fi
fi
done

View File

@@ -14,7 +14,7 @@ if(getenv("TARGET_CPU") != "") {
# print("Target " + target_cpu)
enable_kythe_annotations = true
clang_use_chrome_plugins = false
# clang_use_chrome_plugins = false
chrome_public_manifest_package = "org.bromite.bromite.dev"
if(_is_debug_build == "true") {