mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 17:44:48 +09:00
Fix missing short stack define (#98128)
This commit is contained in:
parent
cf71da3de1
commit
1703477d97
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
<ShortStack Condition="'$(TargetOS)' == 'tvossimulator'">true</ShortStack>
|
||||
<ShortStack Condition="'$(TargetOS)' == 'maccatalyst'">true</ShortStack>
|
||||
<ShortStack Condition="'$(TargetOS)' == 'android'">true</ShortStack>
|
||||
<ShortStack Condition="'$(TargetOS)' == 'linux-bionic'">true</ShortStack>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="GetRuntimeSourceBuildCommandConfiguration"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue