Skip to content

Commit 2742756

Browse files
Update Sentry.targets
1 parent 0445fd7 commit 2742756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry/buildTransitive/Sentry.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Error Text="Android projects using Sentry cannot build using AndroidEnableAssemblyCompression = false due to a Microsoft issue. Please follow https://github.com/dotnet/android/issues/9752" />
1616
</Target>
1717

18-
<ItemGroup>
18+
<ItemGroup Condition="$([System.OperatingSystem]::IsWindows())">
1919
<!-- See: https://github.com/getsentry/sentry-dotnet/issues/3928 -->
2020
<LinkerArg Include="/NODEFAULTLIB:MSVCRT" />
2121
</ItemGroup>

0 commit comments

Comments
 (0)