Skip to content

Commit

Permalink
[NativeAOT] Fix iOS library build by linking standard C++ library by …
Browse files Browse the repository at this point in the history
…default (#92114)

Fixes: #91997
  • Loading branch information
ivanpovazan authored Sep 16, 2023
1 parent fd20f42 commit fa1bf3c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ The .NET Foundation licenses this file to you under the MIT license.

<EventPipeName>libeventpipe-disabled</EventPipeName>
<EventPipeName Condition="'$(EventSourceSupport)' == 'true'">libeventpipe-enabled</EventPipeName>

<LinkStandardCPlusPlusLibrary Condition="'$(LinkStandardCPlusPlusLibrary)' == '' and '$(_IsiOSLikePlatform)' == 'true' and '$(InvariantGlobalization)' != 'true'">true</LinkStandardCPlusPlusLibrary>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fa1bf3c

Please sign in to comment.