Skip to content

Commit

Permalink
Shouldn't be batching by input item. That just overwrites.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Mar 20, 2024
1 parent 6cef374 commit cb7ccac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IKVM.Clang.Sdk/Sdk/targets/IKVM.Clang.Core.targets
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@
</CoreLinkDependsOn>
</PropertyGroup>

<Target Name="CoreLink" DependsOnTargets="$(CoreLinkDependsOn)" Inputs="%(Compile.ObjectPath)" Outputs="$(IntermediateOutputPath)$(TargetFileName)">
<Target Name="CoreLink" DependsOnTargets="$(CoreLinkDependsOn)" Inputs="@(Compile->'%(ObjectPath)')" Outputs="$(IntermediateOutputPath)$(TargetFileName)">
<MakeDir Directories="$(IntermediateOutputPath)" />

<ItemGroup>
Expand Down

0 comments on commit cb7ccac

Please sign in to comment.