We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe37fae commit 95f06ffCopy full SHA for 95f06ff
RocksDbNative/pack/RocksDbNative.targets
@@ -23,14 +23,6 @@
23
<Link>native\amd64\librocksdb.dylib</Link>
24
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
25
</None>
26
- <None Include="$(MSBuildThisFileDirectory)native\i386\librocksdb.so">
27
- <Link>native\i386\librocksdb.so</Link>
28
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
29
- </None>
30
- <None Include="$(MSBuildThisFileDirectory)native\i386\librocksdb.dylib">
31
- <Link>native\i386\librocksdb.dylib</Link>
32
33
34
35
</ItemGroup>
36
</Project>
0 commit comments