From c004c96e6a179db5810e6761bfdf4375b4e9ce38 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sat, 8 Jun 2024 13:21:22 +0300 Subject: [PATCH] Update prepare-build.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit from 126 we must also checkout the ‘win’ platform, since third_party/microsoft_dxheaders is required for the build --- tools/images/chr-source/prepare-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/images/chr-source/prepare-build.sh b/tools/images/chr-source/prepare-build.sh index 8b4430aa..45fa78a5 100644 --- a/tools/images/chr-source/prepare-build.sh +++ b/tools/images/chr-source/prepare-build.sh @@ -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/*'