Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / tools / offsets-tool / Makefile
index 4869bf291724bf41151719a4ca70023d19843e7b..c974d0364aee48fc1e20e8d8a67c82b445c4403e 100644 (file)
@@ -20,7 +20,7 @@ else
        endif
        ifeq ($(UNAME_S),Darwin)
                CPPSHARP_OS=osx
-               CPPSHARP_ARCH=32
+               CPPSHARP_ARCH=64
        endif
 endif
 
@@ -36,7 +36,7 @@ SRC_ROOT = ../..
 
 MONO_OPTIONS_SRC = $(SRC_ROOT)/mcs/class/Mono.Options/Mono.Options/Options.cs
 
-HASH=60f763a9
+HASH=9dc880dd
 .stamp-clone-$(HASH):
        rm -Rf $(CPPSHARP_BASE_DIR)
        git clone -b $(HASH) --depth 1 git://github.com/xamarin/CppSharpBinaries.git $(CPPSHARP_BASE_DIR) && touch $@
@@ -62,4 +62,4 @@ update:
 gen-proj:
        $(CPPSHARP_DIR)/premake5 vs2012
 
-all: MonoAotOffsetsDumper.exe
\ No newline at end of file
+all: MonoAotOffsetsDumper.exe