Skip to content

Commit 9aba2d4

Browse files
github-actions[bot]web-flowjpnurmi
authored
chore(deps): update Native SDK to v0.13.2 (#4996)
* chore: update modules/sentry-native to 0.13.2 * Add synchronization.lib for Windows Fixes: ``` sentry-native.lib(sentry_batcher.obj) : error LNK2019: unresolved external symbol WaitOnAddress referenced in function batcher_thread_func sentry-native.lib(sentry_batcher.obj) : error LNK2019: unresolved external symbol WakeByAddressSingle referenced in function sentry__batcher_enqueue ``` See also: - getsentry/sentry-native#1558 --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: J-P Nurmi <jpnurmi@gmail.com>
1 parent f39ed6c commit 9aba2d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/sentry-native

Submodule sentry-native updated 68 files

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<NativeLibrary Include="dbghelp.lib" />
5050
<NativeLibrary Include="winhttp.lib" />
5151
<NativeLibrary Include="Gdi32.lib" />
52+
<NativeLibrary Include="Synchronization.lib" />
5253
</ItemGroup>
5354

5455
<ItemGroup Condition="'$(FrameworkSupportsNative)' == 'true' and ('$(RuntimeIdentifier)' == 'linux-x64' or '$(RuntimeIdentifier)' == 'linux-arm64' or

0 commit comments

Comments
 (0)