[offsets-tool] Fix path to Options.cs
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Tue, 19 Apr 2016 08:41:25 +0000 (10:41 +0200)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Tue, 19 Apr 2016 08:41:31 +0000 (10:41 +0200)
tools/offsets-tool/Makefile

index abf2ff924a57eacbc774e636671bebe913833f6b..64863625da2110e86aec1c37874467bde5810715 100644 (file)
@@ -7,7 +7,7 @@ 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 \