Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Fix ARM64 platform QRCode error. (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzy0077 authored Feb 9, 2022
1 parent d01b05f commit e10328e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Uwp.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<PropertyGroup Condition="'$(Platform)' == 'ARM64'">
<Prefer32Bit>false</Prefer32Bit>
<NoLinkerSymbols>true</NoLinkerSymbols>
<IlcParameters>/ExtraNutcArguments:"-d2disableloopopt"</IlcParameters>
</PropertyGroup>
<PropertyGroup Condition="'$(Platform)' == 'x64'">
<Prefer32Bit>false</Prefer32Bit>
Expand Down

0 comments on commit e10328e

Please sign in to comment.