[offsets-tool] Use git protocol instead of ssh to allow anonymous access.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 26 May 2016 07:54:40 +0000 (09:54 +0200)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Thu, 26 May 2016 07:54:43 +0000 (09:54 +0200)
tools/offsets-tool/Makefile

index d4e07fd8965d5796ac61c0cf557c18c12a2e1d11..b4c6b68c22369b55c3ffcb20899241328b3287f5 100644 (file)
@@ -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)