summaryrefslogtreecommitdiff
path: root/build-android
diff options
context:
space:
mode:
authorCody Northrop <cnorthrop@google.com>2016-06-24 11:22:29 -0600
committerCody Northrop <cnorthrop@google.com>2016-06-24 11:22:29 -0600
commitd84b3a5b952ce18e6b29f289d493e3bd97910851 (patch)
tree8d68e7764a8b334004a0709ada6e0ad613235231 /build-android
parenta2d08a743ac1178e4d46da4d41c73fb73b5e79d7 (diff)
toolchain: Simplify shaderc setup for Windows too, per dc0ac6bc
Diffstat (limited to 'build-android')
-rwxr-xr-xbuild-android/update_external_sources_android.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-android/update_external_sources_android.bat b/build-android/update_external_sources_android.bat
index 36835630..ad5bd50d 100755
--- a/build-android/update_external_sources_android.bat
+++ b/build-android/update_external_sources_android.bat
@@ -215,7 +215,7 @@ goto:eof
echo Creating local shaderc repository %SHADERC_DIR%
mkdir %SHADERC_DIR%
cd %SHADERC_DIR%
- git clone git@github.com:google/shaderc.git .
+ git clone https://github.com/google/shaderc.git .
git checkout %SHADERC_REVISION%
if not exist %SHADERC_DIR%\libshaderc (
echo shaderc source download failed!