diff options
| author | Cody Northrop <cnorthrop@google.com> | 2016-05-25 08:23:45 -0600 |
|---|---|---|
| committer | Cody Northrop <cnorthrop@google.com> | 2016-05-31 11:34:01 -0600 |
| commit | a2db2e813fb357dc9cd49cfd8d3027b88e5c793b (patch) | |
| tree | 1510b1b4bef8fb7ac66cddfaf0ff3e1d3471e9b0 /build-android/update_external_sources_android.sh | |
| parent | 5e2ec68b6ef8d3f818ec63722fe0235348544377 (diff) | |
| download | usermoji-a2db2e813fb357dc9cd49cfd8d3027b88e5c793b.tar.xz | |
toolchain: Simplify setup for shaderc, use https instead of git@
Diffstat (limited to 'build-android/update_external_sources_android.sh')
| -rwxr-xr-x | build-android/update_external_sources_android.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-android/update_external_sources_android.sh b/build-android/update_external_sources_android.sh index e728d893..4ceaeeb9 100755 --- a/build-android/update_external_sources_android.sh +++ b/build-android/update_external_sources_android.sh @@ -66,7 +66,7 @@ function create_shaderc () { rm -rf $BASEDIR/shaderc echo "Creating local shaderc repository ($BASEDIR/shaderc)." cd $BASEDIR - git clone git@github.com:google/shaderc.git + git clone https://github.com/google/shaderc.git cd shaderc git checkout $SHADERC_REVISION } |
