Update prepare-build.sh

from 126 we must also checkout the ‘win’ platform, since third_party/microsoft_dxheaders is required for the build
This commit is contained in:
uazo
2024-06-08 13:21:22 +03:00
committed by GitHub
parent 726270b960
commit c004c96e6a
+1 -1
View File
@@ -53,7 +53,7 @@ echo >>../.gclient " \"codesearch\": 'Debug',"
echo >>../.gclient " },"
echo >>../.gclient " },"
echo >>../.gclient "]"
echo >>../.gclient "target_os=['android']"
echo >>../.gclient "target_os=['android','win']"
git submodule foreach git config -f ./.git/config submodule.$name.ignore all
git config --add remote.origin.fetch '+refs/tags/*:refs/tags/*'