File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 <Target Name =" BuildJniEnvironment_g_cs"
1515 BeforeTargets =" BeforeCompile"
1616 Inputs =" $(_JNIEnvGenPath)"
17- Outputs =" Java.Interop/ JniEnvironment.g.cs;$(IntermediateOutputPath)jni.c" >
17+ Outputs =" $(IntermediateOutputPath) JniEnvironment.g.cs;$(IntermediateOutputPath)jni.c" >
1818 <MakeDir Directories =" $(IntermediateOutputPath)" />
1919 <Exec
20- Command =" $(_RunJNIEnvGen) Java.Interop/ JniEnvironment.g.cs $(IntermediateOutputPath)jni.c"
20+ Command =" $(_RunJNIEnvGen) $(IntermediateOutputPath) JniEnvironment.g.cs $(IntermediateOutputPath)jni.c"
2121 />
2222 <ItemGroup >
23- <Compile Include =" $([System.IO.Path]::Combine('Java.Interop',' JniEnvironment.g.cs')) " KeepDuplicates =" false" />
23+ <Compile Include =" $(IntermediateOutputPath) JniEnvironment.g.cs" KeepDuplicates =" false" />
2424 </ItemGroup >
2525 </Target >
2626 <Target Name =" BuildInteropJar"
You can’t perform that action at this time.
0 commit comments