[offsets-tool] Use git protocol instead of ssh to allow anonymous access.
[mono.git] / tools / offsets-tool / Makefile
index abf2ff924a57eacbc774e636671bebe913833f6b..b4c6b68c22369b55c3ffcb20899241328b3287f5 100644 (file)
@@ -7,12 +7,11 @@ CPPSHARP_REFS = -r:$(CPPSHARP_DIR)/CppSharp.dll \
 
 SRC_ROOT = ../..
 
-MONO_OPTIONS_SRC = $(SRC_ROOT)/mono/mcs/class/Mono.Options/Mono.Options/Options.cs
+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)