misc: Add missing DefineConstants definition in Ryujinx.Common

Fix flathub and nixpkgs build hopefully now.
This commit is contained in:
Mary 2023-02-25 13:29:30 +01:00
parent f663a5cd38
commit e691622f0a

View file

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants Condition=" '$(ExtraDefineConstants)' != '' ">$(DefineConstants);$(ExtraDefineConstants)</DefineConstants>
</PropertyGroup>
<ItemGroup>