Skip to content

Commit e6a6754

Browse files
committed
fix: link libunwind.a on linux-musl-x64
1 parent 8a54e55 commit e6a6754

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Sentry/Platforms/Native/buildTransitive/Sentry.Native.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<NativeLibrary Include="$(MSBuildThisFileDirectory)..\sentry-native\$(RuntimeIdentifier)\libsentry-native.a" />
3939
<!-- See: https://github.com/dotnet/runtime/issues/97414 -->
4040
<NativeSystemLibrary Include="curl" />
41+
<NativeSystemLibrary Include="libunwind.a" Condition="'$(RuntimeIdentifier)' == 'linux-musl-x64'" />
4142
</ItemGroup>
4243

4344
<ItemGroup Condition="'$(FrameworkSupportsNative)' == 'true' and ('$(RuntimeIdentifier)' == 'osx-x64' or '$(RuntimeIdentifier)' == 'osx-arm64')">

0 commit comments

Comments
 (0)