Skip to content

Commit e549f14

Browse files
authored
Merge pull request #574 from dotnet/radekdoulik-add-libunwind
Add missing shared library to the transport package
2 parents 069fe67 + e1c811d commit e549f14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nuget/Microsoft.NETCore.Runtime.Wasm.LLVM.Transport/Linux.Microsoft.NETCore.Runtime.Wasm.LLVM.Transport.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@
3636
<File Include="$(_LLVMInstallDir)\lib\clang\$(LLVMVersionShort)\include\**" TargetPath="tools\$(PackageTargetRuntime)\lib\clang\$(LLVMVersionShort)\include\%(RecursiveDir)\" />
3737
<File Include="$(_LibCxxInstallDir)\lib\libc++.so.1" TargetPath="tools\$(PackageTargetRuntime)\lib\" />
3838
<File Include="$(_LibCxxInstallDir)\lib\libc++abi.so.1" TargetPath="tools\$(PackageTargetRuntime)\lib\" />
39+
<File Include="$(_LibCxxInstallDir)\lib\libunwind.so.1" TargetPath="tools\$(PackageTargetRuntime)\lib\" />
3940
</ItemGroup>
4041
</Project>

0 commit comments

Comments
 (0)