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 8a54e55 commit e6a6754Copy full SHA for e6a6754
src/Sentry/Platforms/Native/buildTransitive/Sentry.Native.targets
@@ -38,6 +38,7 @@
38
<NativeLibrary Include="$(MSBuildThisFileDirectory)..\sentry-native\$(RuntimeIdentifier)\libsentry-native.a" />
39
<!-- See: https://github.com/dotnet/runtime/issues/97414 -->
40
<NativeSystemLibrary Include="curl" />
41
+ <NativeSystemLibrary Include="libunwind.a" Condition="'$(RuntimeIdentifier)' == 'linux-musl-x64'" />
42
</ItemGroup>
43
44
<ItemGroup Condition="'$(FrameworkSupportsNative)' == 'true' and ('$(RuntimeIdentifier)' == 'osx-x64' or '$(RuntimeIdentifier)' == 'osx-arm64')">
0 commit comments