From: Rolf Bjarne Kvinge Date: Thu, 26 May 2016 07:54:40 +0000 (+0200) Subject: [offsets-tool] Use git protocol instead of ssh to allow anonymous access. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=b41f0700a2200b30dd6fb600538672823b866084 [offsets-tool] Use git protocol instead of ssh to allow anonymous access. --- 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)