Created
June 10, 2016 14:01
-
-
Save jonpryor/1cd147a9616c0ad8b70ede7d35ee5c0d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/external/Java.Interop b/external/Java.Interop | |
--- a/external/Java.Interop | |
+++ b/external/Java.Interop | |
@@ -1 +1 @@ | |
-Subproject commit b6431ac85042960ba28dfb19f0be19573745d968 | |
+Subproject commit b6431ac85042960ba28dfb19f0be19573745d968-dirty | |
diff --git a/src/Mono.Android/Mono.Android.targets b/src/Mono.Android/Mono.Android.targets | |
index 09878c4..0f357b0 100644 | |
--- a/src/Mono.Android/Mono.Android.targets | |
+++ b/src/Mono.Android/Mono.Android.targets | |
@@ -49,7 +49,7 @@ | |
Outputs="$(IntermediateOutputPath)android-$(AndroidApiLevel)\Mono.Android.projitems"> | |
<MakeDir Directories="$(IntermediateOutputPath)android-$(AndroidApiLevel)" /> | |
<PropertyGroup> | |
- <Generator>..\..\external\Java.Interop\bin\$(Configuration)\generator.exe</Generator> | |
+ <Generator>$(OutputPath)\..\..\..\mandroid\generator.exe</Generator> | |
<_ApiLevel>--api-level=$(AndroidApiLevel)</_ApiLevel> | |
<_Out>-o "$(IntermediateOutputPath)android-$(AndroidApiLevel)"</_Out> | |
<_Codegen>--codegen-target=XAJavaInterop1</_Codegen> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment