File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 31
31
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
32
32
</None >
33
33
</ItemGroup >
34
+ <ItemGroup Condition =" '$([MSBuild]::IsOsPlatform(Linux))' And '$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)'=='Arm64'" >
35
+ <None Include =" $(MSBuildThisFileDirectory)$(LightningDBTargetRuntimeRelativePath)runtimes\linux-arm64\native\liblmdb.so" >
36
+ <Visible >false</Visible >
37
+ <Link >liblmdb.so</Link >
38
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
39
+ </None >
40
+ </ItemGroup >
41
+ <ItemGroup Condition =" '$([MSBuild]::IsOsPlatform(Linux))' And '$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)'=='X64'" >
42
+ <None Include =" $(MSBuildThisFileDirectory)$(LightningDBTargetRuntimeRelativePath)runtimes\linux-x64\native\liblmdb.so" >
43
+ <Visible >false</Visible >
44
+ <Link >liblmdb.so</Link >
45
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
46
+ </None >
47
+ </ItemGroup >
34
48
</Project >
You can’t perform that action at this time.
0 commit comments