Commit 474dc74
committed
[build] Fix Java.Interop utilities directory
`Configuration.Java.Interop.Override.props` is copied into
`external/Java.Interop`, and thus `$(MSBuildThisFileDirectory)` will
be `external/Java.Interop`, *not* the `xamarin-android` topdir.
Consequently, `class-parse` and company will be built into
`external/Java.Interop/bin/$(Configuration)/lib/mandroid`, which is
*not* the correct directory.
Fix the `$(UtilityOutputFullPath)` value so that it places
`class-parse.exe` and company into `xamarin-android`'s
`bin/$(Configuration)/lib/mandroid`, not `Java.Interop`'s.1 parent daddcdf commit 474dc74
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
0 commit comments