1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 21:23:39 +00:00

Change the paths to wildcard to avoid errors on other platforms

This commit is contained in:
Hinton
2025-10-09 15:23:48 -07:00
parent 9a9c9918e2
commit fdd7cd0e2f

View File

@@ -10,16 +10,20 @@
</PropertyGroup>
<ItemGroup>
<Content Include="rust/target/release/libsdk.dylib">
<Content Include="rust/target/release/libsdk*.dylib">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>
<Link>runtimes/osx-arm64/native/libsdk.dylib</Link>
</Content>
<Content Include="./rust/target/release/libsdk.so">
<Content Include="./rust/target/release/libsdk*.so">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>
<Link>runtimes/linux-x64/native/libsdk.dylib</Link>
</Content>
<Content Include="./rust/target/release/libsdk.dll">
<Content Include="./rust/target/release/libsdk*.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>
<Link>runtimes/windows-x64/native/libsdk.dylib</Link>
</Content>
<!-- This is a work around because this file is compiled by the PreBuild event below, and won't