Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into pr-use-net50-tfm
  • Loading branch information
jpobst authored Jan 7, 2021
commit 59129aa4a3a20fea8a922247b4b5b53a9f6ef181
7 changes: 1 addition & 6 deletions src/Java.Interop/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,11 @@
Inputs="$(_JNIEnvGenPath)"
Outputs="Java.Interop\JniEnvironment.g.cs;$(IntermediateOutputPath)jni.c">
<MakeDir Directories="$(IntermediateOutputPath)" />
<ItemGroup>
<_AlreadyInSources Condition = " '%(Sources.Filename)' == 'JniEnvironment.g.cs' ">
<Included>True</Included>
</_AlreadyInSources>
</ItemGroup>
<Exec
Command="$(_RunJNIEnvGen) Java.Interop/JniEnvironment.g.cs $(IntermediateOutputPath)jni.c"
/>
<ItemGroup>
<Compile Include="Java.Interop\JniEnvironment.g.cs" Condition=" '@(_AlreadyInSources)' == '' " />
<Compile Include="$([System.IO.Path]::Combine('Java.Interop','JniEnvironment.g.cs'))" KeepDuplicates="false" />
</ItemGroup>
</Target>
<Target Name="BuildInteropJar"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.