Update prepare-build.sh

This commit is contained in:
uazo 2022-08-01 14:40:13 +02:00 committed by GitHub
parent 3d2a3fb5fd
commit ddc84733e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
echo -e ${RED} -------- apply depot_tools patch ${NC}
cd depot_tools/
git apply ../depot_tools.diff
#git apply ../depot_tools.diff
git apply ../remove_ninja_uploader.diff
cd ..