re-enable depot tools patch

This commit is contained in:
uazo 2022-10-13 14:39:54 +02:00 committed by GitHub
parent 3d1f8a1c0d
commit 772162a0db
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 ..