Skip to content

Commit edf43c9

Browse files
authored
Add libc++.so.1 to runtime.Linux.Microsoft.NETCore.Runtime.Mono.LLVM.Libclang.props
1 parent bdef384 commit edf43c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nuget/Microsoft.NETCore.Runtime.Mono.LLVM.Libclang/runtime.Linux.Microsoft.NETCore.Runtime.Mono.LLVM.Libclang.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<ItemGroup>
44
<File Include="$(ProjectDir)\clang\bindings\python\clang\**" TargetPath="tools\bindings\python\clang" />
55
<File Include="$(_LLVMInstallDir)\lib\libclang.so" TargetPath="tools\libclang.so" />
6+
<File Include="$(_LibCxxInstallDir)\lib\libc++.so.1" TargetPath="tools" />
7+
<File Include="$(_LibCxxInstallDir)\lib\libc++abi.so.1" TargetPath="tools" />
68
<File Include="$(_LLVMInstallDir)\lib\clang\$(LLVMVersionShort)\include\**" TargetPath="tools\include\%(RecursiveDir)" />
79
</ItemGroup>
810
</Project>

0 commit comments

Comments
 (0)