Update prepare-build.sh

Revert of https://github.com/uazo/cromite/commit/c004c96e6a179db5810e6761bfdf4375b4e9ce38

By activating the win platform, gclient also downloads ciopfs which is incompatible with my ci

see https://github.com/uazo/cromite/actions/runs/9428072990/job/25972962876
This commit is contained in:
uazo
2024-06-08 13:49:54 +03:00
committed by GitHub
parent c004c96e6a
commit a3eff5cd04
+1 -1
View File
@@ -53,7 +53,7 @@ echo >>../.gclient " \"codesearch\": 'Debug',"
echo >>../.gclient " },"
echo >>../.gclient " },"
echo >>../.gclient "]"
echo >>../.gclient "target_os=['android','win']"
echo >>../.gclient "target_os=['android']"
git submodule foreach git config -f ./.git/config submodule.$name.ignore all
git config --add remote.origin.fetch '+refs/tags/*:refs/tags/*'