From b41f0700a2200b30dd6fb600538672823b866084 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 26 May 2016 09:54:40 +0200 Subject: [PATCH] [offsets-tool] Use git protocol instead of ssh to allow anonymous access. --- tools/offsets-tool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/offsets-tool/Makefile b/tools/offsets-tool/Makefile index d4e07fd8965..b4c6b68c223 100644 --- a/tools/offsets-tool/Makefile +++ b/tools/offsets-tool/Makefile @@ -11,7 +11,7 @@ MONO_OPTIONS_SRC = $(SRC_ROOT)/mcs/class/Mono.Options/Mono.Options/Options.cs .stamp-clone: @if [ ! -d $(CPPSHARP_DIR) ]; then \ - git clone git@github.com:xamarin/CppSharpBinaries.git $(CPPSHARP_DIR) && touch $@; \ + git clone git://github.com/xamarin/CppSharpBinaries.git $(CPPSHARP_DIR) && touch $@; \ fi MonoAotOffsetsDumper.exe: .stamp-clone MonoAotOffsetsDumper.cs $(MONO_OPTIONS_SRC) -- 2.25.1