Skip to content

Commit

Permalink
Prefix paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jul 6, 2024
1 parent bdf8f36 commit 95a016c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IKVM/buildTransitive/IKVM.targets
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<_IkvmNativeLibraries Include="$(MSBuildThisFileDirectory)..\runtimes\win-arm64\native\*.dll" RuntimeIdentifier="win-arm64" />
<None Include="@(_IkvmNativeLibraries)">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>runtimes\%(RuntimeIdentifier)\native\%(Filename)%(Extension)</TargetPath>
<TargetPath>runtimes\%(_IkvmNativeLibraries.RuntimeIdentifier)\native\%(_IkvmNativeLibraries.Filename)%(_IkvmNativeLibraries.Extension)</TargetPath>
</None>
</ItemGroup>
</Target>
Expand Down

0 comments on commit 95a016c

Please sign in to comment.