Skip to content

Commit

Permalink
Fix support for arm32 for C++ exceptions support
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jun 12, 2019
1 parent 128e46c commit 764fb49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CalcManager.Android/CalcManager.Android.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@
<Link>
<UnresolvedSymbolReferences>true</UnresolvedSymbolReferences>
<AdditionalOptions>-lm</AdditionalOptions>
<AdditionalDependencies>-lunwind</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
Expand All @@ -289,6 +290,7 @@
<Link>
<UnresolvedSymbolReferences>true</UnresolvedSymbolReferences>
<AdditionalOptions>-lm</AdditionalOptions>
<AdditionalDependencies>-lunwind</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)/Microsoft.Cpp.targets" />
Expand Down

0 comments on commit 764fb49

Please sign in to comment.