Commit 7380c83
committed
[Java.Interop] Fix BuildJniEnvironment_g_cs target outputs.
Commit fbc70cd changed where `jni.c` was generated, but:
1. Didn't update the //Target/@outputs for `jni.c`
2. Didn't create $(IntermediateOutputPath).
(2) resulted in a build failure on Jenkins:
System.IO.DirectoryNotFoundException:
Could not find a part of the path ".../java-interop/src/Java.Interop/obj/Debug//jni.c"
Fix the BuildJniEnvironment_g_cs target.1 parent ec37a4a commit 7380c83
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
| 154 | + | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments