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 e6a6754 commit f6254d2Copy full SHA for f6254d2
src/Sentry/Platforms/Native/buildTransitive/Sentry.Native.targets
@@ -38,7 +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'" />
+ <LinkerArg Include="-Wl,-Bstatic -lunwind -Wl,-Bdynamic" Condition="'$(RuntimeIdentifier)' == 'linux-musl-x64'" />
42
</ItemGroup>
43
44
<ItemGroup Condition="'$(FrameworkSupportsNative)' == 'true' and ('$(RuntimeIdentifier)' == 'osx-x64' or '$(RuntimeIdentifier)' == 'osx-arm64')">
0 commit comments